gnu: erofs-utils: Update to 1.5.
* gnu/packages/linux.scm (erofs-utils): Update to 1.5.
This commit is contained in:
parent
b5dc5f469c
commit
9305d17609
1 changed files with 2 additions and 2 deletions
|
@ -9091,7 +9091,7 @@ kernel side implementation.")
|
||||||
(define-public erofs-utils
|
(define-public erofs-utils
|
||||||
(package
|
(package
|
||||||
(name "erofs-utils")
|
(name "erofs-utils")
|
||||||
(version "1.4")
|
(version "1.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -9100,7 +9100,7 @@ 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 "1ygaw69pfz2hfzw9cqzg9rfnjzrdbfkwsiinz6qs2h56dssjz0y9"))))
|
(base32 "0rgkw3b924xdg49v3qi8a10w41zfk276wb6fp71lb9q9cfc81idw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list lz4
|
(list lz4
|
||||||
|
|
Reference in a new issue