guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: lollypop: Update to 1.4.6.


From: guix-commits
Subject: 04/05: gnu: lollypop: Update to 1.4.6.
Date: Tue, 22 Dec 2020 10:33:31 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit fc21e1b40bb0715a8aa9bd7904723b93fc1faad7
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Fri Dec 18 16:10:47 2020 -0300

    gnu: lollypop: Update to 1.4.6.
    
    * gnu/packages/gnome.scm (lollypop): Update to 1.4.6.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4caedb1..c380b75 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10293,14 +10293,14 @@ views can be printed as PDF or PostScript files, or 
exported to HTML.")
 (define-public lollypop
   (package
     (name "lollypop")
-    (version "1.4.2")
+    (version "1.4.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://adishatz.org/lollypop/";
                            "lollypop-" version ".tar.xz"))
        (sha256
-        (base32 "1hfl68gkvqy5kxlmrsalz78mw1bs1yvqvy2rhg7pzgwiazsdvwzz"))))
+        (base32 "1hlahr50gsagx1ifcdk4yn43xps6w0vqn0gnd6xckfc7qmg1pgq7"))))
     (build-system meson-build-system)
     (arguments
      `(#:imported-modules



reply via email to

[Prev in Thread] Current Thread [Next in Thread]