diff options
| author | Christopher Baines <mail@cbaines.net> | 2025-07-10 13:58:19 +0100 |
|---|---|---|
| committer | Christopher Baines <mail@cbaines.net> | 2025-07-10 13:58:19 +0100 |
| commit | 938dbd33e93f7dcc52a1155271c1fb81a1b2fcef (patch) | |
| tree | 4514b647ed8a109687e9e227b645e48236a93807 /gnu | |
| parent | 68d3e3874fd1a8cf1216af69fd80fd935f3e85db (diff) | |
gnu: lollypop: Update to 1.4.42.
* gnu/packages/gnome.scm (lollypop): Update to 1.4.42.
Change-Id: If408936ee8c7758bdfcfe38c48c100627978be7f
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 56dc3f50cfe..2992d0675b1 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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 |
