guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: lxpanel: Update to 0.10.1.


From: guix-commits
Subject: branch master updated: gnu: lxpanel: Update to 0.10.1.
Date: Sun, 19 Dec 2021 10:25:35 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4424fff  gnu: lxpanel: Update to 0.10.1.
4424fff is described below

commit 4424fff4dcc7ff987ee7108fff2e4549631563d9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 19 16:25:35 2021 +0100

    gnu: lxpanel: Update to 0.10.1.
    
    This fixes the build with gdk-pixbuf@2.42.4.
    
    * gnu/packages/lxde.scm (lxpanel): Update to 0.10.1.
---
 gnu/packages/lxde.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index e3cdd6a..55deae2 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -566,14 +566,14 @@ in LXDE.")
 (define-public lxpanel
   (package
     (name "lxpanel")
-    (version "0.10.0")
+    (version "0.10.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://downloads.sourceforge.net/lxde/";
                            "lxpanel-" version ".tar.xz"))
        (sha256
-        (base32 "0zis3b815p375s6mymhf5sn1a0c1xv0ixxzb0mh3fqhrby6cqy26"))))
+        (base32 "1s0y8jjkw6qz0r8l90618b8xly0c8g906kah7b162sz3sxbqyc8y"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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