gnu: iceauth: Fix source.
* gnu/packages/xorg.scm (iceauth)[source]: Fix name & hash. Reported by ulfvonbelow in #guix.
This commit is contained in:
parent
c065da01ff
commit
0e0ba6c27a
1 changed files with 2 additions and 2 deletions
|
@ -970,9 +970,9 @@ (define-public iceauth
|
|||
(uri (string-append
|
||||
"mirror://xorg/individual/app/iceauth-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1ik0mdidmyvy48hn8p2hwvf3535rf3m96hhf0mvcqrbj44x23vp6"))))
|
||||
(base32 "01cc816fvdkkfcnqnyvgcshcip2jzjivwa8hzdvsz0snak5xzf9c"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list libice))
|
||||
|
|
Loading…
Reference in a new issue