guix-commits
[Top][All Lists]
Advanced

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

07/13: gnu: icewm: Update to 3.4.3


From: guix-commits
Subject: 07/13: gnu: icewm: Update to 3.4.3
Date: Sat, 14 Oct 2023 16:49:27 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 504fdfb56fd2ba21eb39c063a0a3f965f13e5b49
Author: Andy Tai <atai@atai.org>
AuthorDate: Wed Oct 11 22:32:35 2023 -0700

    gnu: icewm: Update to 3.4.3
    
    * gnu/packages/wm.scm (icewm): Update to 3.4.3
    
    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 a3ed3293e3..af429916bf 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -786,7 +786,7 @@ desktop environment.")
 (define-public icewm
   (package
     (name "icewm")
-    (version "3.4.2")
+    (version "3.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -794,7 +794,7 @@ desktop environment.")
                     version "/icewm-" version ".tar.lz"))
               (sha256
                (base32
-                "1qki2r0x9d3yhxypa4i875qzr4dsjig6prs8pvj1w83yb0z4nk5n"))))
+                "1r2x7acjahq4666mds1di46zc32sl80592wllghqcp5800jpjcjm"))))
     (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]