diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-08-06 11:21:53 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-07 13:41:28 +0100 |
commit | 83232ba2c87a46d08fa6407066392775b9a9171f (patch) | |
tree | ea7016e7a65fef70b743db49e7f60a71dc7d2147 /gnu | |
parent | c6571adb09f732a8250bc02d56585c265b6d171d (diff) | |
download | guix-83232ba2c87a46d08fa6407066392775b9a9171f.tar.gz guix-83232ba2c87a46d08fa6407066392775b9a9171f.zip |
gnu: five-or-more: Update to 3.28.0.
* gnu/packages/gnome.scm (five-or-more): Update to 3.28.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 4d19be1828..842d7895dd 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2763,7 +2763,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.") (define-public five-or-more (package (name "five-or-more") - (version "3.26.0") + (version "3.28.0") (source (origin (method url-fetch) @@ -2772,7 +2772,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.") name "-" version ".tar.xz")) (sha256 (base32 - "0wkp08xsqr9p9cgdfghi424diajs016b2h4bsfcr5y9xc3rgf93w")))) + "1fy4a7qdjqvabm0cl45d6xlx6hy4paxvm0b2paifff73bl250d5c")))) (build-system glib-or-gtk-build-system) (native-inputs `(("pkg-config" ,pkg-config) |