guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: gexiv2: Update to 0.10.4.


From: Tobias Geerinckx-Rice
Subject: 03/03: gnu: gexiv2: Update to 0.10.4.
Date: Wed, 17 Aug 2016 23:57:17 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 2456d97bf6fc02783bf76572e2329d3a0de04e4f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Aug 17 19:04:55 2016 +0200

    gnu: gexiv2: Update to 0.10.4.
    
    * gnu/packages/gnome.scm (gexiv2): Update to 0.10.4.
---
 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 af5191f..e133fcc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3811,7 +3811,7 @@ classes for commonly used data structures.")
 (define-public gexiv2
   (package
     (name "gexiv2")
-    (version "0.10.3")
+    (version "0.10.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -3819,7 +3819,7 @@ classes for commonly used data structures.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "121r5lv6l82pjr0ycdf2b01mdwy7sxwca2r068zrzylpc6bgn31r"))))
+                "190www3b61spfgwx42jw8h5hsz2996jcxky48k63468avjpk33dd"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("glib" ,glib "bin")



reply via email to

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