guix-commits
[Top][All Lists]
Advanced

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

09/19: gnu: icewm: Update to 3.4.1


From: guix-commits
Subject: 09/19: gnu: icewm: Update to 3.4.1
Date: Thu, 14 Sep 2023 17:45:21 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c057507a0bac3ee5885a4ef055c9fea44683a1c3
Author: Andy Tai <atai@atai.org>
AuthorDate: Wed Sep 6 20:56:20 2023 -0700

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

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index aaff618248..9ef60ec668 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -789,7 +789,7 @@ desktop environment.")
 (define-public icewm
   (package
     (name "icewm")
-    (version "3.3.4")
+    (version "3.4.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -797,7 +797,7 @@ desktop environment.")
                     version "/icewm-" version ".tar.lz"))
               (sha256
                (base32
-                "124w00yq35mj859nf321bpy36ij7a0kblcg95axxahz4l6fhxfxf"))))
+                "0fr79i6r2sjr27lv4wik8lvcnrrapd28lzhy4gnqffzds0sqx64r"))))
     (build-system gnu-build-system)
     (native-inputs (list pkg-config))
     (inputs (list fontconfig



reply via email to

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