diff options
author | Christopher Baines <mail@cbaines.net> | 2020-03-28 09:17:59 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-03-28 09:17:59 +0000 |
commit | 24b5d8f745d383c427a729c930a1ae0c0901c360 (patch) | |
tree | 27921d3b84583e0390c6c5c8f3f8e19a0f8f4ba3 | |
parent | 27c3afa940693376fd1a2a55602f4af9f53798b6 (diff) | |
download | patches-24b5d8f745d383c427a729c930a1ae0c0901c360.tar patches-24b5d8f745d383c427a729c930a1ae0c0901c360.tar.gz |
gnu: lollypop: Update to 1.2.32.
* gnu/packages/gnome.scm (lollypop): Update to 1.2.32.
-rw-r--r-- | gnu/packages/gnome.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index bc78910c64..f636a0f1f8 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8880,15 +8880,14 @@ views can be printed as PDF or PostScript files, or exported to HTML.") (define-public lollypop (package (name "lollypop") - (version "1.2.7") + (version "1.2.32") (source (origin (method url-fetch) - (uri (string-append "https://gitlab.gnome.org/World/lollypop/uploads/" - "08f973788c7ca46d9285eec2ac818edb/" + (uri (string-append "https://adishatz.org/lollypop/" "lollypop-" version ".tar.xz")) (sha256 - (base32 "0hvq6m4i62i0m63bg4gzpfb9rv1fk6vq5jl2g3ppcgm4srmfm77j")))) + (base32 "1ng9492k8754vlqggbfsyzbmfdx4w17fzc4ad21fr92710na0w5a")))) (build-system meson-build-system) (arguments `(#:imported-modules ((guix build python-build-system) |