mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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>
This commit is contained in:
parent
994b24e875
commit
9e5644ae68
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue