guix-commits
[Top][All Lists]
Advanced

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

03/22: gnu: icewm: Update to 3.4.2.


From: guix-commits
Subject: 03/22: gnu: icewm: Update to 3.4.2.
Date: Mon, 25 Sep 2023 06:32:01 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 37ffb0f195a2090b79d658fce11ecd13af8cf6aa
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu Sep 21 23:08:47 2023 -0700

    gnu: icewm: Update to 3.4.2.
    
    * gnu/packages/wm.scm (icewm): Update to 3.4.2.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 e26a032267..a3ed3293e3 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.1")
+    (version "3.4.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -794,7 +794,7 @@ desktop environment.")
                     version "/icewm-" version ".tar.lz"))
               (sha256
                (base32
-                "0fr79i6r2sjr27lv4wik8lvcnrrapd28lzhy4gnqffzds0sqx64r"))))
+                "1qki2r0x9d3yhxypa4i875qzr4dsjig6prs8pvj1w83yb0z4nk5n"))))
     (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]