diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-03-06 18:16:51 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-06 18:16:51 +0100 |
commit | 6836c228ae538a06827b47c4f7bc94b02c087be9 (patch) | |
tree | db1ce0a1d7d48772a31c597da69ff9edb185f19b /gnu/packages/xorg.scm | |
parent | 6f1f8d131299ce1e8cd4243df29459d86ca9a911 (diff) |
gnu: iceauth: Update to 1.0.8.
* gnu/packages/xorg.scm (iceauth): Update to 1.0.8.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index c63b87218a..3ae936923c 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -918,7 +918,7 @@ rendering commands to the X server.") (define-public iceauth (package (name "iceauth") - (version "1.0.7") + (version "1.0.8") (source (origin (method url-fetch) @@ -928,7 +928,7 @@ rendering commands to the X server.") ".tar.bz2")) (sha256 (base32 - "02izdyzhwpgiyjd8brzilwvwnfr72ncjb6mzz3y1icwrxqnsy5hj")))) + "1ik0mdidmyvy48hn8p2hwvf3535rf3m96hhf0mvcqrbj44x23vp6")))) (build-system gnu-build-system) (inputs `(("libice" ,libice))) |