GNU bug report logs -
#71505
[PATCH] gnu: icewm: Update to 3.5.1.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Wed, 12 Jun 2024 09:31:01 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/wm.scm (icewm): Update to 3.5.1.
Change-Id: I7ee341c534cf625c71a9f13fd263be7c9c66b4b1
---
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 b6239ea4ea..7f5ac03580 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -800,7 +800,7 @@ (define-public i3lock-fancy
(define-public icewm
(package
(name "icewm")
- (version "3.5.0")
+ (version "3.5.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -808,7 +808,7 @@ (define-public icewm
version "/icewm-" version ".tar.lz"))
(sha256
(base32
- "0j6drgc4r2ji5plg65h855xpysmbdxlbyrz9q3jl13vnm2sccp9y"))))
+ "0fjxpc46nlv91ijbxkyk33rlwbg2gd9xkr2mikimrba07zahfns5"))))
(build-system gnu-build-system)
(native-inputs (list pkg-config))
(inputs (list fontconfig
base-commit: 30f0faafc4b1cb092d50b58b38db7435c8dbcfeb
--
2.34.1
This bug report was last modified 331 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.