diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:10 +0200 |
commit | c9038edc4fb74b7af5d320ff915603807e901d34 (patch) | |
tree | 049c5397630ec023346b1bf3123c72cbb5b824e6 /gnu/packages | |
parent | 69d99f76deb03842f464abccac4bf03534ea34d6 (diff) |
gnu: libite: Update to 2.5.2.
* gnu/packages/linux.scm (libite): Update to 2.5.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 4b679507a8..cfd8909b24 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4920,7 +4920,7 @@ capabilities of the Linux kernel.") (define-public libite (package (name "libite") - (version "2.5.1") + (version "2.5.2") (source (origin (method git-fetch) @@ -4929,8 +4929,7 @@ capabilities of the Linux kernel.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 - "14i0q0nxns6g4zh86zdqy97dwljkqdr5l85ammljzccsrijg9m8v")))) + (base32 "0i27ppb557kdc1hm7nf0f5r7sxvqma31pr57h79whl6qcp28gy4a")))) (build-system gnu-build-system) (arguments `(#:phases |