mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 10:39:39 -05:00
gnu: libxau: Update to 1.0.10.
* gnu/packages/xorg.scm (libxau): Update to 1.0.10. [source](uri): Use '.xz' tarball.
This commit is contained in:
parent
4bb6500c19
commit
d541f11d12
1 changed files with 3 additions and 4 deletions
|
@ -4831,17 +4831,16 @@ (define-public libice
|
|||
(define-public libxau
|
||||
(package
|
||||
(name "libxau")
|
||||
(version "1.0.9")
|
||||
(version "1.0.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/individual/lib/libXau-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1v3krc6x0zliaa66qq1bf9j60x5nqfy68v8axaiglxpnvgqcpy6c"))))
|
||||
"02hc3azypiiahr9y1cyn0mqc5zd997hh3h0rp7jqfbsd6f9g5rlb"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
|
|
Loading…
Reference in a new issue