diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2015-12-13 13:18:57 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2015-12-13 13:18:57 +0200 |
commit | daee4191e1101257f743969fda60df678dd6c33d (patch) | |
tree | 8a76fc3289eb8bb9aee69f26aabfc68c848b2143 /gnu/packages/gnome.scm | |
parent | 34b979b903cb15b54a5b3f1fb6f15b8d327031ff (diff) | |
download | guix-daee4191e1101257f743969fda60df678dd6c33d.tar guix-daee4191e1101257f743969fda60df678dd6c33d.tar.gz |
gnu: gnome-mines: Update to 3.18.2.
* gnu/packages/gnome.scm (gnome-mines): Update to 3.18.2.
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 51f2341d62..a3d53502a1 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2130,7 +2130,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.") (define-public gnome-mines (package (name "gnome-mines") - (version "3.16.0") + (version "3.18.2") (source (origin (method url-fetch) @@ -2139,7 +2139,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.") name "-" version ".tar.xz")) (sha256 (base32 - "0wfvqyryc1093l4dr75zv9h0jyn28z6wirdq03lm5w24qf9lvjjx")))) + "0izkcf81rji4dj9k0k93ij4lp5iza2bh6jwlcdhbjfv2xdw0f7ky")))) (build-system glib-or-gtk-build-system) (arguments '(#:phases |