[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: lollypop: Update to 1.2.32.
From: |
guix-commits |
Subject: |
branch master updated: gnu: lollypop: Update to 1.2.32. |
Date: |
Sat, 28 Mar 2020 05:19:49 -0400 |
This is an automated email from the git hooks/post-receive script.
cbaines pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 24b5d8f gnu: lollypop: Update to 1.2.32.
24b5d8f is described below
commit 24b5d8f745d383c427a729c930a1ae0c0901c360
Author: Christopher Baines <address@hidden>
AuthorDate: Sat Mar 28 09:17:59 2020 +0000
gnu: lollypop: Update to 1.2.32.
* gnu/packages/gnome.scm (lollypop): Update to 1.2.32.
---
gnu/packages/gnome.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index bc78910..f636a0f 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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: lollypop: Update to 1.2.32.,
guix-commits <=