rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit 99e05f7c4ce419fa2688c067f2dba63388fd96ce
Author: Ricardo Wurmus <[email protected]>
Date: Thu Dec 6 18:43:42 2018 +0100
gnu: gexiv2: Update to 0.10.9.
* gnu/packages/gnome.scm (gexiv2): Update to 0.10.9.
[arguments]: Delete bootstrap phase to avoid running autogen.sh.
---
gnu/packages/gnome.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9dfb2fe..d6423b4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4489,7 +4489,7 @@ classes for commonly used data structures.")
(define-public gexiv2
(package
(name "gexiv2")
- (version "0.10.8")
+ (version "0.10.9")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4497,8 +4497,11 @@ classes for commonly used data structures.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0088m7p044n741ly1m6i7w25z513h9wpgyw0rmx5f0sy3vyjiic1"))))
+ "1vf0zv92p9hybdhn7zx53h3ia53ph97a21xz8rfk877xlr5261l8"))))
(build-system meson-build-system)
+ (arguments
+ '(#:phases
+ (modify-phases %standard-phases (delete 'bootstrap))))
(native-inputs
`(("glib" ,glib "bin")
("pkg-config" ,pkg-config)))