diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2017-11-02 07:36:23 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2017-11-02 07:36:58 -0400 |
commit | 2524a2a17a97fc72095e702401760fcbca6a95f7 (patch) | |
tree | 9c8a207fb01d4b0d2c0624fe427c079977057f3e /gnu | |
parent | 30ee6bf5d2806164de417fb44dbb6eb342e1f6d3 (diff) | |
download | patches-2524a2a17a97fc72095e702401760fcbca6a95f7.tar patches-2524a2a17a97fc72095e702401760fcbca6a95f7.tar.gz |
gnu: five-or-more: Update to 3.26.0.
* gnu/packages/gnome.scm (five-or-more): 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 ecfd63d257..a0b5b8eabd 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2578,7 +2578,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.") (define-public five-or-more (package (name "five-or-more") - (version "3.22.2") + (version "3.26.0") (source (origin (method url-fetch) @@ -2587,7 +2587,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.") name "-" version ".tar.xz")) (sha256 (base32 - "1b26afyjr26wqy5j008gzsi3hpblbmabh0192lx6414lml1qxkxs")))) + "0wkp08xsqr9p9cgdfghi424diajs016b2h4bsfcr5y9xc3rgf93w")))) (build-system glib-or-gtk-build-system) (native-inputs `(("pkg-config" ,pkg-config) |