This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5e96f93e86 gnu: e2fsprogs: Update to 1.47.2.
5e96f93e86 is described below

commit 5e96f93e86d531162a7442f8ba9d5ac074be6a4b
Author: Danny Milosavljevic <dan...@friendly-machines.com>
AuthorDate: Wed Apr 30 10:56:04 2025 +0200

    gnu: e2fsprogs: Update to 1.47.2.
    
    * gnu/packages/linux.scm (e2fsprogs): Update to 1.47.2.
    
    Change-Id: Iebeee1c4953b7222d25ed8317ddc93f01d95655f
---
 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 fee60d5ee5..3108cd0f28 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3129,7 +3129,7 @@ module.")
 (define-public e2fsprogs
   (package
     (name "e2fsprogs")
-    (version "1.47.1")
+    (version "1.47.2")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -3138,7 +3138,7 @@ module.")
                    "e2fsprogs-" version ".tar.xz"))
              (sha256
               (base32
-               "1lg0k5fh41nl0ldbh76hwdx3g5kqzqyc245vljy88wnlgw2dqcss"))))
+               "0g76fhnyzr2awwybd6c16439l80r5dv4kbfaq7cr908fr9j2w908"))))
     (build-system gnu-build-system)
     (inputs (list `(,util-linux "lib")))
     (native-inputs (list pkg-config

Reply via email to