mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: folks: Update to 0.15.7.
* gnu/packages/gnome.scm (folks): Update to 0.15.7. Change-Id: Idba35c67f771bb4228cb6c48133dda4dac2c7d8c Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
5cabec17d6
commit
93d7ed4755
1 changed files with 2 additions and 2 deletions
|
@ -10814,7 +10814,7 @@ (define-public gnome-shell-extensions
|
||||||
(define-public folks
|
(define-public folks
|
||||||
(package
|
(package
|
||||||
(name "folks")
|
(name "folks")
|
||||||
(version "0.15.6")
|
(version "0.15.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -10823,7 +10823,7 @@ (define-public folks
|
||||||
"folks-" version ".tar.xz"))
|
"folks-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j02hi6j7rn7qhfmb3abryyad020rdkh59n7w6dwwa9zal666rn8"))))
|
"0wbq6h7hv8048c2m554b385qp4i99svaxxp7balwl4ijysg223qj"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in a new issue