summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-06 18:01:27 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-06 18:44:19 +0100
commit22f16f17eb6a3bb56da186867ef7bae6ea3aa46d (patch)
treeef30f0596b99521b25af361fe2b9e7a4afd87248 /gnu/packages
parent9055546943dba1ac5f957a59e2ea3adcf29bd07e (diff)
downloadguix-22f16f17eb6a3bb56da186867ef7bae6ea3aa46d.tar.gz
gnu: gexiv2: Update to 0.12.2.
* gnu/packages/gnome.scm (gexiv2): Update to 0.12.2.
Diffstat (limited to 'gnu/packages')
-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 29bf210ff2..adcf7fa873 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6928,7 +6928,7 @@ classes for commonly used data structures.")
 (define-public gexiv2
   (package
     (name "gexiv2")
-    (version "0.12.1")
+    (version "0.12.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -6936,7 +6936,7 @@ classes for commonly used data structures.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0xxxq8xdkgkn146my307jgws4qgxx477h0ybg1mqza1ycmczvsla"))))
+                "0k4ljzzz5dwqndw8awvlw3ala8rh3b2rk9i4jzvywc53mi9ba8i3"))))
     (build-system meson-build-system)
     (native-inputs
      `(("gcr" ,gcr)