mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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:
parent
c6571adb09
commit
83232ba2c8
1 changed files with 2 additions and 2 deletions
|
@ -2763,7 +2763,7 @@ (define-public libsecret
|
||||||
(define-public five-or-more
|
(define-public five-or-more
|
||||||
(package
|
(package
|
||||||
(name "five-or-more")
|
(name "five-or-more")
|
||||||
(version "3.26.0")
|
(version "3.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2772,7 +2772,7 @@ (define-public five-or-more
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wkp08xsqr9p9cgdfghi424diajs016b2h4bsfcr5y9xc3rgf93w"))))
|
"1fy4a7qdjqvabm0cl45d6xlx6hy4paxvm0b2paifff73bl250d5c"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in a new issue