diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2017-11-01 19:49:46 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2017-11-01 19:49:46 -0400 |
commit | 55ed15baba7090a41c5f15436e01b7a440d3aa04 (patch) | |
tree | 636d3b6411ce3d24c799126c447bf5947e150988 /gnu | |
parent | fff236aa03e5f1d5d4e186a636c665eb6a905161 (diff) | |
download | patches-55ed15baba7090a41c5f15436e01b7a440d3aa04.tar patches-55ed15baba7090a41c5f15436e01b7a440d3aa04.tar.gz |
gnu: gnome-mines: Update to 3.26.0.
* gnu/packages/gnome.scm (gnome-mines): Update to 3.26.0.
Diffstat (limited to 'gnu')
-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 bce2b8ae93..ecfd63d257 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2609,7 +2609,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.") (define-public gnome-mines (package (name "gnome-mines") - (version "3.24.0") + (version "3.26.0") (source (origin (method url-fetch) @@ -2618,7 +2618,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.") name "-" version ".tar.xz")) (sha256 (base32 - "1xh2as2xmh7gx45gpnl0fh9xjpvyyn3m84qgv41kyp2s4clsyqz6")))) + "1sfxdvns8nppdagnhpd9vd7n77sk5rdji3kdqnc78c2p1npiw11b")))) (build-system glib-or-gtk-build-system) (arguments '(#:phases |