gnu: iceauth: Update to 1.0.6.
* gnu/packages/xorg.scm (iceauth): Update to 1.0.6.
This commit is contained in:
parent
b3cbd61a5c
commit
d220d152ad
|
@ -891,17 +891,17 @@ autotools system.")
|
||||||
(define-public iceauth
|
(define-public iceauth
|
||||||
(package
|
(package
|
||||||
(name "iceauth")
|
(name "iceauth")
|
||||||
(version "1.0.5")
|
(version "1.0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://xorg/X11R7.7/src/everything/iceauth-"
|
"mirror://xorg/individual/app/iceauth-"
|
||||||
version
|
version
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1aq6v671s2x5rc6zn0rgxb4wddg4vq94mckw3cpwl7ccrjjvd5hl"))))
|
"1x72y99dxf2fxnlyf0yrf9yzd8xzimxshy6l8mprwhrv6lvhi6dx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libice" ,libice)))
|
`(("libice" ,libice)))
|
||||||
|
|
Loading…
Reference in New Issue