gnu: lollypop: Update to 1.4.24.

* gnu/packages/gnome.scm (lollypop): Update to 1.4.24.
[native-inputs]: Remove INTLTOOL and ITSTOOL.  Add GETTEXT-MINIMAL.
This commit is contained in:
Marius Bakke 2021-12-07 22:12:24 +01:00
parent 2b8b89b7ab
commit ddcec589bc
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -10342,14 +10342,14 @@ (define-public gnome-planner
(define-public lollypop
(package
(name "lollypop")
(version "1.4.6")
(version "1.4.24")
(source
(origin
(method url-fetch)
(uri (string-append "https://adishatz.org/lollypop/"
"lollypop-" version ".tar.xz"))
(sha256
(base32 "1hlahr50gsagx1ifcdk4yn43xps6w0vqn0gnd6xckfc7qmg1pgq7"))))
(base32 "10cw3x75siibmnbh4zhfmf2vd08fqjs3lj3l4wpk6zj9h22ncfxw"))))
(build-system meson-build-system)
(arguments
`(#:imported-modules
@ -10373,8 +10373,7 @@ (define-public lollypop
(add-after 'install 'wrap-python
(assoc-ref python:%standard-phases 'wrap)))))
(native-inputs
`(("intltool" ,intltool)
("itstool" ,itstool)
`(("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin") ; For glib-compile-resources
("gtk+:bin" ,gtk+ "bin") ; For gtk-update-icon-cache
("pkg-config" ,pkg-config)))