mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: lollypop: Update to 1.4.6.
* gnu/packages/gnome.scm (lollypop): Update to 1.4.6. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
46a391394e
commit
fc21e1b40b
1 changed files with 2 additions and 2 deletions
|
@ -10293,14 +10293,14 @@ (define-public gnome-planner
|
||||||
(define-public lollypop
|
(define-public lollypop
|
||||||
(package
|
(package
|
||||||
(name "lollypop")
|
(name "lollypop")
|
||||||
(version "1.4.2")
|
(version "1.4.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://adishatz.org/lollypop/"
|
(uri (string-append "https://adishatz.org/lollypop/"
|
||||||
"lollypop-" version ".tar.xz"))
|
"lollypop-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1hfl68gkvqy5kxlmrsalz78mw1bs1yvqvy2rhg7pzgwiazsdvwzz"))))
|
(base32 "1hlahr50gsagx1ifcdk4yn43xps6w0vqn0gnd6xckfc7qmg1pgq7"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:imported-modules
|
`(#:imported-modules
|
||||||
|
|
Loading…
Reference in a new issue