guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: icewm: Update to 3.4.5


From: guix-commits
Subject: 02/05: gnu: icewm: Update to 3.4.5
Date: Sun, 7 Jan 2024 15:07:24 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit fdafa8060f9661d321291f0d348d98391aec5d62
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu Jan 4 21:56:12 2024 -0800

    gnu: icewm: Update to 3.4.5
    
    * gnu/packages/wm.scm (icewm): Update to 3.4.5
    
    Change-Id: Ibf30644fbc01dd89378f41f978201e84e0ca39ad
    Signed-off-by: Mathieu Othacehe <othacehe@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 a87eb20428..bd7589b2a6 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -787,7 +787,7 @@ desktop environment.")
 (define-public icewm
   (package
     (name "icewm")
-    (version "3.4.4")
+    (version "3.4.5")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -795,7 +795,7 @@ desktop environment.")
                     version "/icewm-" version ".tar.lz"))
               (sha256
                (base32
-                "0cdsb2d45dwcr2dm4jfh0z5g6pkb0ghd4jaybxqiz74mbw5rmjhv"))))
+                "1wd5k0whh2b43a72223cy19pwc29fhrhd2dnc61fha2y5ndgw6ld"))))
     (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]