mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: folks: Update to 0.15.8.
* gnu/packages/gnome.scm (folks): Update to 0.15.8. Change-Id: I36ceb7d70e315a22352495e3470ce9fd7e126196 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
1caa0eeee5
commit
2c958acffb
1 changed files with 2 additions and 2 deletions
|
@ -10841,7 +10841,7 @@ (define-public gnome-shell-extensions
|
|||
(define-public folks
|
||||
(package
|
||||
(name "folks")
|
||||
(version "0.15.7")
|
||||
(version "0.15.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -10850,7 +10850,7 @@ (define-public folks
|
|||
"folks-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wbq6h7hv8048c2m554b385qp4i99svaxxp7balwl4ijysg223qj"))))
|
||||
"1hj9brran2azy3scyf913svhxjrmya83fi7x239h33rp7vxnljlm"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue