diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-17 00:19:30 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-17 03:00:28 +0100 |
commit | bf782bfc3f960a65298af2fffa205b41ab7f71e1 (patch) | |
tree | e8f79ea996d5f0d7df3784d70439d1abaf082163 /gnu/packages/gnome.scm | |
parent | 5144e314925d6014b496bcc6090f46e97318b5fa (diff) | |
download | patches-bf782bfc3f960a65298af2fffa205b41ab7f71e1.tar patches-bf782bfc3f960a65298af2fffa205b41ab7f71e1.tar.gz |
gnu: five-or-more: Update to 3.32.1.
* gnu/packages/gnome.scm (five-or-more): Update to 3.32.1.
[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1a213bebf0..77a888b3b9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3872,16 +3872,15 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.") (define-public five-or-more (package (name "five-or-more") - (version "3.32.0") + (version "3.32.1") (source (origin (method url-fetch) - (uri (string-append "mirror://gnome/sources/" name "/" + (uri (string-append "mirror://gnome/sources/five-or-more/" (version-major+minor version) "/" - name "-" version ".tar.xz")) + "five-or-more-" version ".tar.xz")) (sha256 - (base32 - "0v52i22ygv6y4zqs8nyb1qmacmj9whhqrw7qss6vn7by4nsikhrn")))) + (base32 "0xw05dd2dwi9vsph9h158b4n89s5k07xrh6bjz1icm0pdmjwhpgk")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t |