summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2016-08-17 19:04:55 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2016-08-18 01:56:37 +0200
commit2456d97bf6fc02783bf76572e2329d3a0de04e4f (patch)
treed223cc98387dab4a2c92f9f3f836811e54b26a5a
parent1daac1e488f5f69f753e4d291f1079465d13f6f4 (diff)
downloadguix-2456d97bf6fc02783bf76572e2329d3a0de04e4f.tar.gz
gnu: gexiv2: Update to 0.10.4.
* gnu/packages/gnome.scm (gexiv2): Update to 0.10.4.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index af5191fd48..e133fcca5b 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")