gnu: icewm: Update to 3.4.1
* gnu/packages/wm.scm (icewm): Update to 3.4.1 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f59a1dc924
commit
c057507a0b
1 changed files with 2 additions and 2 deletions
|
@ -789,7 +789,7 @@ (define-public i3lock-fancy
|
||||||
(define-public icewm
|
(define-public icewm
|
||||||
(package
|
(package
|
||||||
(name "icewm")
|
(name "icewm")
|
||||||
(version "3.3.4")
|
(version "3.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -797,7 +797,7 @@ (define-public icewm
|
||||||
version "/icewm-" version ".tar.lz"))
|
version "/icewm-" version ".tar.lz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"124w00yq35mj859nf321bpy36ij7a0kblcg95axxahz4l6fhxfxf"))))
|
"0fr79i6r2sjr27lv4wik8lvcnrrapd28lzhy4gnqffzds0sqx64r"))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue