diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-11 22:09:56 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-11 23:31:08 +0100 |
commit | 26bd3dc9ad6ace387481e671cb1015207d80a0ce (patch) | |
tree | 8c8ca59fc398c71971eaa8a85f6ded3d84ef0c5f | |
parent | 7ece89fa2ba18d3f8402ed309aa0c7bfdbaff990 (diff) |
gnu: erofs-utils: Update to 1.2.1.
* gnu/packages/linux.scm (erofs-utils): Update to 1.2.1.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 8656da9958..28698068b0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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) |