mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
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:
parent
7be0cb7736
commit
67495f8333
1 changed files with 3 additions and 3 deletions
|
@ -4708,17 +4708,17 @@ common definitions and porting layer.")
|
|||
(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")))
|
||||
|
|
Loading…
Add table
Reference in a new issue