mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: iceauth: Update to 1.0.8.
* gnu/packages/xorg.scm (iceauth): Update to 1.0.8.
This commit is contained in:
parent
6f1f8d1312
commit
6836c228ae
1 changed files with 2 additions and 2 deletions
|
@ -918,7 +918,7 @@ (define-public glproto
|
|||
(define-public iceauth
|
||||
(package
|
||||
(name "iceauth")
|
||||
(version "1.0.7")
|
||||
(version "1.0.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -928,7 +928,7 @@ (define-public iceauth
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"02izdyzhwpgiyjd8brzilwvwnfr72ncjb6mzz3y1icwrxqnsy5hj"))))
|
||||
"1ik0mdidmyvy48hn8p2hwvf3535rf3m96hhf0mvcqrbj44x23vp6"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libice" ,libice)))
|
||||
|
|
Loading…
Reference in a new issue