diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-12-23 10:39:55 -0500 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2020-04-18 16:51:29 -0400 |
commit | d79e9b1bb6226fbb8d0f0330cbb264d3b0db70fe (patch) | |
tree | e30c074bdacc4276658e247e0c9110f223927072 /gnu/packages/gnome.scm | |
parent | 1efcf722930f79f7544aa33a232792911c15c865 (diff) | |
download | patches-d79e9b1bb6226fbb8d0f0330cbb264d3b0db70fe.tar patches-d79e9b1bb6226fbb8d0f0330cbb264d3b0db70fe.tar.gz |
gnu: gnome-mines: Update to 3.34.0.
* gnu/packages/gnome.scm (gnome-mines): Update to 3.34.0.
(cherry picked from commit 92a7370c01161ea6aafb71460f74f469cb400394)
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 71f536c9ca..f6e483b0ed 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 |