gnu: five-or-more: Update to 3.28.0.

* gnu/packages/gnome.scm (five-or-more): Update to 3.28.0.
This commit is contained in:
Ricardo Wurmus 2018-08-06 11:21:53 +02:00
parent c6571adb09
commit 83232ba2c8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2763,7 +2763,7 @@ (define-public libsecret
(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 @@ (define-public five-or-more
name "-" version ".tar.xz"))
(sha256
(base32
"0wkp08xsqr9p9cgdfghi424diajs016b2h4bsfcr5y9xc3rgf93w"))))
"1fy4a7qdjqvabm0cl45d6xlx6hy4paxvm0b2paifff73bl250d5c"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)