diff options
author | Anderson Torres <anderson.torres.8519@gmail.com> | 2025-06-23 23:49:26 -0300 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-06-24 14:13:10 +0800 |
commit | 9e5644ae688391e407da15fa4f5af3f8f91f5dee (patch) | |
tree | 277b3a284ac82b3b84414924e62a7321eb12d7bf | |
parent | 994b24e8754be6d31579a6db134ff07d2cad10af (diff) |
gnu: icewm: Update to 3.8.0.
* gnu/packages/wm.scm (icewm): Update to 3.8.0.
Change-Id: I446a5a4b3ac4e53837cbd9b2d20caf8a893a68dc
Signed-off-by: Zheng Junjie <z572@z572.online>
-rw-r--r-- | gnu/packages/wm.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 2694e83fa4..1073d4ef29 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1039,7 +1039,7 @@ desktop environment.") (define-public icewm (package (name "icewm") - (version "3.7.5") + (version "3.8.0") (source (origin (method git-fetch) (uri (git-reference @@ -1048,7 +1048,7 @@ desktop environment.") (file-name (git-file-name name version)) (sha256 (base32 - "1xwp4lrc8mqi3lxs0vkssm16s958k0i9qjxypygmrny7xw020qb0")))) + "0981hfic0i11hv9krl230adb1i2glxymv5ybg7ki25xi067w2xiw")))) (build-system cmake-build-system) (native-inputs (list pkg-config gettext-minimal)) (inputs (list fontconfig |