[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: lollypop: Update to 1.2.7.
From: |
guix-commits |
Subject: |
01/01: gnu: lollypop: Update to 1.2.7. |
Date: |
Thu, 7 Nov 2019 18:10:55 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit ca32627ad25a6dfb20599e16610df4cb3e5246fc
Author: Christopher Baines <address@hidden>
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 cc04b9d..086816a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7831,15 +7831,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)