kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 617210ad63a24ad9a66cc8a397546ad0ca28c9dd
Author: Christopher Baines <[email protected]>
Date: Thu Nov 7 23:10:36 2019 +0000
gnu: lollypop: Update to 1.2.7.
* gnu/packages/gnome.scm (lollypop): Update to 1.2.7.
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c11f8ad..bbe48b0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7973,15 +7973,15 @@ views can be printed as PDF or PostScript files, or
exported to HTML.")
(define-public lollypop
(package
(name "lollypop")
- (version "1.2.2")
+ (version "1.2.7")
(source
(origin
(method url-fetch)
(uri (string-append "https://gitlab.gnome.org/World/lollypop/uploads/"
- "aa4fbd92bf338296c28e54710271ccab/"
+ "08f973788c7ca46d9285eec2ac818edb/"
"lollypop-" version ".tar.xz"))
(sha256
- (base32 "1wz5fna24qr3v7h29ijwhdxza85r9srz9xsqz4f4df3p5f8rfyql"))))
+ (base32 "0hvq6m4i62i0m63bg4gzpfb9rv1fk6vq5jl2g3ppcgm4srmfm77j"))))
(build-system meson-build-system)
(arguments
`(#:imported-modules ((guix build python-build-system)