diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-08-22 21:54:30 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-08-23 19:46:57 +0800 |
commit | 2b949c03a8c1214f73a2a75c19dab3cd44416b73 (patch) | |
tree | f00726989d42dc612341358ae1cb0f87eaee6347 | |
parent | 32c8dbf46a4fa150cde9f1d323769cb4c26a8d23 (diff) | |
download | patches-2b949c03a8c1214f73a2a75c19dab3cd44416b73.tar patches-2b949c03a8c1214f73a2a75c19dab3cd44416b73.tar.gz |
gnu: gnome-mines: Update to 3.20.1.
* gnu/packages/gnome.scm (gnome-mines): Update to 3.20.1.
-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 4fc25234d2..73b3e1614f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2257,7 +2257,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.") (define-public gnome-mines (package (name "gnome-mines") - (version "3.20.0") + (version "3.20.1") (source (origin (method url-fetch) @@ -2266,7 +2266,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.") name "-" version ".tar.xz")) (sha256 (base32 - "19khp4ckqbdgk6828gprxy52fsg8klf957dnwsin75nskk8whxbp")))) + "0frb1r0f55giz7yqxl9920vvzqlirdivz54ygc9d85r8v63fh5aq")))) (build-system glib-or-gtk-build-system) (arguments '(#:phases |