gnu: icewm: Update to 3.4.3
* gnu/packages/wm.scm (icewm): Update to 3.4.3 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
33814fecec
commit
504fdfb56f
1 changed files with 2 additions and 2 deletions
|
@ -786,7 +786,7 @@ desktop environment.")
|
||||||
(define-public icewm
|
(define-public icewm
|
||||||
(package
|
(package
|
||||||
(name "icewm")
|
(name "icewm")
|
||||||
(version "3.4.2")
|
(version "3.4.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -794,7 +794,7 @@ desktop environment.")
|
||||||
version "/icewm-" version ".tar.lz"))
|
version "/icewm-" version ".tar.lz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qki2r0x9d3yhxypa4i875qzr4dsjig6prs8pvj1w83yb0z4nk5n"))))
|
"1r2x7acjahq4666mds1di46zc32sl80592wllghqcp5800jpjcjm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
(inputs (list fontconfig
|
(inputs (list fontconfig
|
||||||
|
|
Reference in a new issue