diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-12-04 05:11:20 +0100 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-06-20 23:24:36 -0400 |
commit | fd0557f84c03ccfdcab4ba2f6342c87b2bd53264 (patch) | |
tree | aa350da1665be1e7754709ce52b14fb322586fc8 /gnu/packages | |
parent | 5f36c5eb12c321dda992691638169192133e1ae6 (diff) | |
download | guix-fd0557f84c03ccfdcab4ba2f6342c87b2bd53264.tar guix-fd0557f84c03ccfdcab4ba2f6342c87b2bd53264.tar.gz |
gnu: five-or-more: Update to 3.30.0.
* gnu/packages/gnome.scm (five-or-more): Update to 3.30.0.
Diffstat (limited to 'gnu/packages')
-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 7da3143be6..7ecc468088 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2838,7 +2838,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.") (define-public five-or-more (package (name "five-or-more") - (version "3.28.0") + (version "3.30.0") (source (origin (method url-fetch) @@ -2847,7 +2847,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.") name "-" version ".tar.xz")) (sha256 (base32 - "1fy4a7qdjqvabm0cl45d6xlx6hy4paxvm0b2paifff73bl250d5c")))) + "00d729p251kh96624i7qg2370r5mxwafs016i6hy01vsr71jzb9x")))) (build-system glib-or-gtk-build-system) (native-inputs `(("pkg-config" ,pkg-config) |