summary refs log tree commit diff
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2019-12-23 10:39:55 -0500
committerKei Kebreau <kkebreau@posteo.net>2020-04-14 23:53:34 -0400
commit92a7370c01161ea6aafb71460f74f469cb400394 (patch)
treeeffc42abb4e8a9750858b52969a351420ad41c73
parentdf3e812fe42a13325ca5b223a115fb2d3dbfd446 (diff)
downloadguix-92a7370c01161ea6aafb71460f74f469cb400394.tar.gz
gnu: gnome-mines: Update to 3.34.0.
* gnu/packages/gnome.scm (gnome-mines): Update to 3.34.0.
-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 b53d2ece64..8dc7079299 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3789,7 +3789,7 @@ and other secrets.  It communicates with the \"Secret Service\" using DBus.")
 (define-public gnome-mines
   (package
     (name "gnome-mines")
-    (version "3.32.2")
+    (version "3.34.0")
     (source
      (origin
        (method url-fetch)
@@ -3798,7 +3798,7 @@ and other secrets.  It communicates with the \"Secret Service\" using DBus.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1nv966wkp2rqxzcdb76bwlbzpjqadcaqzrnkxpzwnvjjr167yx8g"))))
+         "1spxa6qr1y8s5rrsvpciywpvhk812ngn95s1apaxaigwy2g1iw54"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t