mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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
|
||||
(package
|
||||
(name "icewm")
|
||||
(version "3.3.4")
|
||||
(version "3.4.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -797,7 +797,7 @@ (define-public icewm
|
|||
version "/icewm-" version ".tar.lz"))
|
||||
(sha256
|
||||
(base32
|
||||
"124w00yq35mj859nf321bpy36ij7a0kblcg95axxahz4l6fhxfxf"))))
|
||||
"0fr79i6r2sjr27lv4wik8lvcnrrapd28lzhy4gnqffzds0sqx64r"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs (list pkg-config))
|
||||
(inputs (list fontconfig
|
||||
|
|
Loading…
Reference in a new issue