guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: lollypop: Update to 1.4.2.


From: guix-commits
Subject: branch master updated: gnu: lollypop: Update to 1.4.2.
Date: Wed, 14 Oct 2020 14:03:14 -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 2e0ab8c  gnu: lollypop: Update to 1.4.2.
2e0ab8c is described below

commit 2e0ab8c9916435c9905126c7a53e08f514027dd7
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Oct 14 19:01:53 2020 +0100

    gnu: lollypop: Update to 1.4.2.
    
    * gnu/packages/gnome.scm (lollypop): Update to 1.4.2.
    [inputs]: Add libhandy.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4ef790d..d6ab0fb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10129,14 +10129,14 @@ views can be printed as PDF or PostScript files, or 
exported to HTML.")
 (define-public lollypop
   (package
     (name "lollypop")
-    (version "1.2.32")
+    (version "1.4.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://adishatz.org/lollypop/";
                            "lollypop-" version ".tar.xz"))
        (sha256
-        (base32 "1ng9492k8754vlqggbfsyzbmfdx4w17fzc4ad21fr92710na0w5a"))))
+        (base32 "1hfl68gkvqy5kxlmrsalz78mw1bs1yvqvy2rhg7pzgwiazsdvwzz"))))
     (build-system meson-build-system)
     (arguments
      `(#:imported-modules
@@ -10171,6 +10171,7 @@ views can be printed as PDF or PostScript files, or 
exported to HTML.")
        ("gst-plugins-base" ,gst-plugins-base)
        ("libnotify" ,libnotify)
        ("libsecret" ,libsecret)
+       ("libhandy" ,libhandy)
        ("libsoup" ,libsoup)
        ("python" ,python)
        ("python-beautifulsoup4" ,python-beautifulsoup4)



reply via email to

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