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.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-17 00:19:30 +01:00
parent 5144e31492
commit bf782bfc3f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3872,16 +3872,15 @@ (define-public libsecret
(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