gnu: icewm: Update to 3.4.7.
* gnu/packages/wm.scm (icewm): Update to 3.4.7. Change-Id: I6daa66be92a01ae587efec2bf3f0ac4769ae797a Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
e85734f6dd
commit
1999197630
1 changed files with 2 additions and 2 deletions
|
@ -797,7 +797,7 @@ desktop environment.")
|
||||||
(define-public icewm
|
(define-public icewm
|
||||||
(package
|
(package
|
||||||
(name "icewm")
|
(name "icewm")
|
||||||
(version "3.4.6")
|
(version "3.4.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -805,7 +805,7 @@ desktop environment.")
|
||||||
version "/icewm-" version ".tar.lz"))
|
version "/icewm-" version ".tar.lz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1j4jd1fim12h8ry7jkx6y298kyn63pabih1m61rljbzvr3lyy1db"))))
|
"0c1c9qwaq9kdlma5kfqzjzzm6wk3bww6b7mw4b3j76fn7ms4982s"))))
|
||||||
(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