apteryx pushed a commit to branch core-updates-frozen-batched-changes in repository guix.
commit 329ad8b6a6d9e2294e63ddf4e621174cdc69009d Author: Solene Rapenne <[email protected]> AuthorDate: Wed May 26 23:47:24 2021 +0200 gnu: e2fsprogs: Update to 1.46.2. * gnu/packages/linux.scm (e2fsprogs): Update to 1.46.2. Signed-off-by: Leo Famulari <[email protected]> --- gnu/packages/linux.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 83761e5..1688207 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -57,6 +57,7 @@ ;;; Copyright © 2021 Sarah Morgensen <[email protected]> ;;; Copyright © 2021 Felix Gruber <[email protected]> ;;; Copyright © 2021 Josselin Poiret <[email protected]> +;;; Copyright © 2021 Solene Rapenne <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -2183,7 +2184,7 @@ module.") (define-public e2fsprogs (package (name "e2fsprogs") - (version "1.45.6") + (version "1.46.2") (source (origin (method url-fetch) (uri (string-append @@ -2192,7 +2193,7 @@ module.") "e2fsprogs-" version ".tar.xz")) (sha256 (base32 - "0mj2yizwygs7xww8jfy5mxjn8ww4pvc0b1hg1p2vsnirailsx9zz")))) + "0s216nn0lv7s278v933a44fv1ibi900c94743gpp2kn9jlr0kai3")))) (build-system gnu-build-system) (inputs `(("util-linux" ,util-linux "lib"))) (native-inputs `(("pkg-config" ,pkg-config)
