mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
gnu: erofs-utils: Update to 1.3.
* gnu/packages/linux.scm (erofs-utils): Update to 1.3.
This commit is contained in:
parent
16c0380871
commit
fa50c9b072
1 changed files with 2 additions and 2 deletions
|
@ -8083,7 +8083,7 @@ (define-public liburing
|
||||||
(define-public erofs-utils
|
(define-public erofs-utils
|
||||||
(package
|
(package
|
||||||
(name "erofs-utils")
|
(name "erofs-utils")
|
||||||
(version "1.2.1")
|
(version "1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -8092,7 +8092,7 @@ (define-public erofs-utils
|
||||||
(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 "1vb4mxsb59g29x7l22cffsqa8x743sra4j5zbmx89hjwpwm9vvcg"))))
|
(base32 "0sqiw05zbxr6l0g9gn3whkc4qc5km2qvfg4lnm08nppwskm8yaw8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("lz4" ,lz4)
|
`(("lz4" ,lz4)
|
||||||
|
|
Loading…
Reference in a new issue