mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: lollypop: Update to 1.4.42.
* gnu/packages/gnome.scm (lollypop): Update to 1.4.42. Change-Id: If408936ee8c7758bdfcfe38c48c100627978be7f
This commit is contained in:
parent
68d3e3874f
commit
938dbd33e9
1 changed files with 2 additions and 2 deletions
|
|
@ -11801,14 +11801,14 @@ views can be printed as PDF or PostScript files, or exported to HTML.")
|
|||
(define-public lollypop
|
||||
(package
|
||||
(name "lollypop")
|
||||
(version "1.4.40")
|
||||
(version "1.4.42")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://adishatz.org/lollypop/"
|
||||
"lollypop-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1laj5xwfz2bz29scga2ahhnhlgll4a0n21wwy8mlr4jsl81g0jsa"))))
|
||||
(base32 "15bpg217vqbnspnls5mjg05424i6c9wd6g9ryr3h96lbgg90l93s"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list #:imported-modules `(,@%meson-build-system-modules
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue