From 0e0ba6c27a28c03920abb1d0d5563c5dd3c0d260 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 15 Oct 2023 02:00:00 +0200 Subject: gnu: iceauth: Fix source. * gnu/packages/xorg.scm (iceauth)[source]: Fix name & hash. Reported by ulfvonbelow in #guix. --- gnu/packages/xorg.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 66ba88f773..f65ffa7476 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -970,9 +970,9 @@ rendering commands to the X server.") (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)) -- cgit v1.2.3 '>Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Expand)Author
2021-05-20The #guix channel is hosted by Libera Chat....Tobias Geerinckx-Rice
2020-10-23doc: Update README....Maxim Cournoyer
2020-10-22README: Refer to the manual for building from Git....Maxim Cournoyer
2020-06-02doc: Update README to refer to the manual....Ludovic Courtès