mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
gnu: libice: Update to 1.1.1.
* gnu/packages/xorg.scm (libice): Update to 1.1.1. Change-Id: I560ce3f78840bbe7b92ca4c917fff40f57d9215c
This commit is contained in:
parent
fc9926b90b
commit
61f1947c08
1 changed files with 2 additions and 2 deletions
|
@ -4709,7 +4709,7 @@ common definitions and porting layer.")
|
|||
(define-public libice
|
||||
(package
|
||||
(name "libice")
|
||||
(version "1.1.0")
|
||||
(version "1.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4719,7 +4719,7 @@ common definitions and porting layer.")
|
|||
".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nr2mcsm50psgdm2wiwbiqg6g9x2rxm3bs3kmr5bv00iv10grlh2"))))
|
||||
"0lg4sddalwmmzsnxv3fgdm2hzqp66j8b3syc0ancfhi9yzx7mrq3"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
|
|
Loading…
Add table
Reference in a new issue