guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gexiv2: Update to 0.10.10.


From: guix-commits
Subject: 01/01: gnu: gexiv2: Update to 0.10.10.
Date: Thu, 10 Jan 2019 18:45:58 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit adf0b482ebe56e763a8dfed8a60d9451c8475bb7
Author: Leo Famulari <address@hidden>
Date:   Thu Jan 10 16:21:44 2019 -0500

    gnu: gexiv2: Update to 0.10.10.
    
    * gnu/packages/gnome.scm (gexiv2): Update to 0.10.10.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 12a0abd..ffd84cd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4433,7 +4433,7 @@ classes for commonly used data structures.")
 (define-public gexiv2
   (package
     (name "gexiv2")
-    (version "0.10.8")
+    (version "0.10.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4441,7 +4441,7 @@ classes for commonly used data structures.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0088m7p044n741ly1m6i7w25z513h9wpgyw0rmx5f0sy3vyjiic1"))))
+                "1qbcwq89g4r67k1dj4laqj441pj4195c8hzhxn8vc6mmg8adg6kx"))))
     (build-system meson-build-system)
     (native-inputs
      `(("glib" ,glib "bin")



reply via email to

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