gnu: erofs-utils: Update to 1.7.
* gnu/packages/linux.scm (erofs-utils): Update to 1.7. [inputs]: Add zlib.
This commit is contained in:
parent
2a0aedc297
commit
63efa203d3
1 changed files with 4 additions and 3 deletions
|
@ -9776,7 +9776,7 @@ kernel side implementation.")
|
||||||
(define-public erofs-utils
|
(define-public erofs-utils
|
||||||
(package
|
(package
|
||||||
(name "erofs-utils")
|
(name "erofs-utils")
|
||||||
(version "1.5")
|
(version "1.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -9785,11 +9785,12 @@ kernel side implementation.")
|
||||||
(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 "0rgkw3b924xdg49v3qi8a10w41zfk276wb6fp71lb9q9cfc81idw"))))
|
(base32 "0bi8n1kb263v1gvis21pa9dxsf3p96d1nasm21icmv3rd9g2xh6p"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list lz4
|
(list lz4
|
||||||
`(,util-linux "lib")))
|
`(,util-linux "lib")
|
||||||
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake libtool pkg-config))
|
(list autoconf automake libtool pkg-config))
|
||||||
(home-page "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/")
|
(home-page "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/")
|
||||||
|
|
Reference in a new issue