me
/
guix
Archived
1
0
Fork 0

gnu: erofs-utils: Update to 1.3.

* gnu/packages/linux.scm (erofs-utils): Update to 1.3.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -8083,7 +8083,7 @@ kernel side implementation.")
(define-public erofs-utils
(package
(name "erofs-utils")
(version "1.2.1")
(version "1.3")
(source
(origin
(method git-fetch)
@ -8092,7 +8092,7 @@ kernel side implementation.")
(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)