gnu: libice: Update to 1.1.0.

* gnu/packages/xorg.scm (libice): Update to 1.1.0.
[source]: Fix uri due to release of xz archive.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Petr Hodina 2022-12-08 14:40:45 +01:00 committed by Ludovic Courtès
parent 7be0cb7736
commit 67495f8333
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -4708,17 +4708,17 @@ (define-public xproto
(define-public libice
(package
(name "libice")
(version "1.0.10")
(version "1.1.0")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libICE-"
version
".tar.bz2"))
".tar.xz"))
(sha256
(base32
"0j638yvmyna2k4mz465jywgdybgdchdqppfx6xfazg7l5khxr1kg"))))
"0nr2mcsm50psgdm2wiwbiqg6g9x2rxm3bs3kmr5bv00iv10grlh2"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))