mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
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 @@ (define-public liburing
|
|||
(define-public erofs-utils
|
||||
(package
|
||||
(name "erofs-utils")
|
||||
(version "1.4")
|
||||
(version "1.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -9100,7 +9100,7 @@ (define-public erofs-utils
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ygaw69pfz2hfzw9cqzg9rfnjzrdbfkwsiinz6qs2h56dssjz0y9"))))
|
||||
(base32 "0rgkw3b924xdg49v3qi8a10w41zfk276wb6fp71lb9q9cfc81idw"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list lz4
|
||||
|
|
Loading…
Reference in a new issue