1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 02:00:29 +02:00

gnu: libice: Update to 1.1.2.

* gnu/packages/xorg.scm (libice): Update to 1.1.2.

Change-Id: I8d7c893958240b44e82aed79cd6ba05cac4ff94e
This commit is contained in:
宋文武
2024-12-28 18:11:30 +08:00
parent 8c98be1419
commit 4bb074b89f

View File

@@ -4789,7 +4789,7 @@ common definitions and porting layer.")
(define-public libice
(package
(name "libice")
(version "1.1.1")
(version "1.1.2")
(source
(origin
(method url-fetch)
@@ -4799,7 +4799,7 @@ common definitions and porting layer.")
".tar.xz"))
(sha256
(base32
"0lg4sddalwmmzsnxv3fgdm2hzqp66j8b3syc0ancfhi9yzx7mrq3"))))
"09c656nqkz3dpik012d2cwmd5a2dkxqgjpcq2v3v6pi22ka4wklp"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))