guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

127/135: gnu: gexiv2: Update to 0.10.9.


From: guix-commits
Subject: 127/135: gnu: gexiv2: Update to 0.10.9.
Date: Fri, 21 Dec 2018 14:37:51 -0500 (EST)

rekado pushed a commit to branch wip-gnome3.30
in repository guix.

commit d7c8d655f3906358b92800cdc4c6d4e01884dcde
Author: Ricardo Wurmus <address@hidden>
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 d1c9238..24172e5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4478,7 +4478,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 "/"
@@ -4486,8 +4486,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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]