gnu: erofs-utils: Update to 1.3.

* gnu/packages/linux.scm (erofs-utils): Update to 1.3.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-29 03:21:06 +02:00
parent 16c0380871
commit fa50c9b072
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -8083,7 +8083,7 @@ (define-public liburing
(define-public erofs-utils
(package
(name "erofs-utils")
(version "1.2.1")
(version "1.3")
(source
(origin
(method git-fetch)
@ -8092,7 +8092,7 @@ (define-public erofs-utils
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1vb4mxsb59g29x7l22cffsqa8x743sra4j5zbmx89hjwpwm9vvcg"))))
(base32 "0sqiw05zbxr6l0g9gn3whkc4qc5km2qvfg4lnm08nppwskm8yaw8"))))
(build-system gnu-build-system)
(inputs
`(("lz4" ,lz4)