Archived
1
0
Fork 0

gnu: lollypop: Update to 1.4.40.

* gnu/packages/gnome.scm: (lollypop): Update to 1.4.40.

Change-Id: I8803c04f7ac2b8597920cc3e2a8371ada6a1dbab
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
James Smith 2024-07-04 16:23:46 -07:00 committed by Liliana Marie Prikler
parent 8b6316f94b
commit 947d44f1b3
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -78,6 +78,7 @@
;;; Copyright © 2023 Dominik Delgado Steuter <d@delgado.nrw> ;;; Copyright © 2023 Dominik Delgado Steuter <d@delgado.nrw>
;;; Copyright © 2023 Zhu Zihao <all_but_last@163.com> ;;; Copyright © 2023 Zhu Zihao <all_but_last@163.com>
;;; Copyright © 2024 Dariqq <dariqq@posteo.net> ;;; Copyright © 2024 Dariqq <dariqq@posteo.net>
;;; Copyright © 2024 James Smith <jsubuntuxp@disroot.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -11555,14 +11556,14 @@ views can be printed as PDF or PostScript files, or exported to HTML.")
(define-public lollypop (define-public lollypop
(package (package
(name "lollypop") (name "lollypop")
(version "1.4.35") (version "1.4.40")
(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 "0rvwj18x1gs7fgvniijzvlmgmzcgr7il22zclzsn5nkl8xbwgzk0")))) (base32 "1laj5xwfz2bz29scga2ahhnhlgll4a0n21wwy8mlr4jsl81g0jsa"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:imported-modules (,@%meson-build-system-modules `(#:imported-modules (,@%meson-build-system-modules