mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: erofs-utils: Update to 1.2.1.
* gnu/packages/linux.scm (erofs-utils): Update to 1.2.1.
This commit is contained in:
parent
7ece89fa2b
commit
26bd3dc9ad
1 changed files with 2 additions and 2 deletions
|
@ -7857,7 +7857,7 @@ kernel side implementation.")
|
|||
(define-public erofs-utils
|
||||
(package
|
||||
(name "erofs-utils")
|
||||
(version "1.2")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -7866,7 +7866,7 @@ kernel side implementation.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "07hvijq2hsn3gg1kb8abrfk23n83j57yx8kyv4wqgwhhvd30myjc"))))
|
||||
(base32 "1vb4mxsb59g29x7l22cffsqa8x743sra4j5zbmx89hjwpwm9vvcg"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("lz4" ,lz4)
|
||||
|
|
Loading…
Reference in a new issue