[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: erofs-utils: Update to 1.2.1.
From: |
guix-commits |
Subject: |
04/10: gnu: erofs-utils: Update to 1.2.1. |
Date: |
Mon, 11 Jan 2021 17:31:35 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 26bd3dc9ad6ace387481e671cb1015207d80a0ce
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jan 11 22:09:56 2021 +0100
gnu: erofs-utils: Update to 1.2.1.
* gnu/packages/linux.scm (erofs-utils): Update to 1.2.1.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8656da9..2869806 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)
- branch master updated (1cf31ee -> 8153705), guix-commits, 2021/01/11
- 05/10: gnu: inxi-minimal: Update to 3.2.02-1., guix-commits, 2021/01/11
- 02/10: gnu: rng-tools: Update to 6.11., guix-commits, 2021/01/11
- 07/10: gnu: mcelog: Cross-compile., guix-commits, 2021/01/11
- 04/10: gnu: erofs-utils: Update to 1.2.1.,
guix-commits <=
- 08/10: gnu: mcelog: Don't use unstable tarball., guix-commits, 2021/01/11
- 09/10: gnu: podofo: Update to 0.9.7., guix-commits, 2021/01/11
- 01/10: gnu: libblockdev: Update to 2.25., guix-commits, 2021/01/11
- 06/10: gnu: mcelog: Update to 175., guix-commits, 2021/01/11
- 10/10: gnu: podofo: Omit static library., guix-commits, 2021/01/11
- 03/10: gnu: htop: Update to 3.0.5., guix-commits, 2021/01/11