mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-09 04:42:01 +01:00
gnu: libite: Update to 2.5.2.
* gnu/packages/linux.scm (libite): Update to 2.5.2.
This commit is contained in:
parent
69d99f76de
commit
c9038edc4f
1 changed files with 2 additions and 3 deletions
|
@ -4920,7 +4920,7 @@ capabilities of the Linux kernel.")
|
||||||
(define-public libite
|
(define-public libite
|
||||||
(package
|
(package
|
||||||
(name "libite")
|
(name "libite")
|
||||||
(version "2.5.1")
|
(version "2.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4929,8 +4929,7 @@ capabilities of the Linux kernel.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0i27ppb557kdc1hm7nf0f5r7sxvqma31pr57h79whl6qcp28gy4a"))))
|
||||||
"14i0q0nxns6g4zh86zdqy97dwljkqdr5l85ammljzccsrijg9m8v"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Add table
Reference in a new issue