mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: icewm: Update to 3.3.2.
* gnu/packages/wm.scm (icewm): Update to 3.3.2. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
80969b15dc
commit
6818843b2b
1 changed files with 2 additions and 2 deletions
|
@ -744,7 +744,7 @@ (define-public i3lock-fancy
|
||||||
(define-public icewm
|
(define-public icewm
|
||||||
(package
|
(package
|
||||||
(name "icewm")
|
(name "icewm")
|
||||||
(version "3.3.1")
|
(version "3.3.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -752,7 +752,7 @@ (define-public icewm
|
||||||
version "/icewm-" version ".tar.lz"))
|
version "/icewm-" version ".tar.lz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1m0jl9d2ikwb1s2cpm3q7f73h84mai9y31k8bhsq8y47jbkc6slk"))))
|
"1mp1xl64sin3d4nkh19qmnic1c9qcwf9v7mkzji76pg3mzd823jg"))))
|
||||||
(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