janneke pushed a commit to branch core-packages-team
in repository guix.

commit 61fdb9846dc3e42d01b4076f3104d94c6863fe64
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Mon Dec 30 15:10:23 2024 +0100

    gnu: xfsprogs: Update to 6.12.0; fixes build with gcc-14.
    
    * gnu/packages/linux.scm (xfsprogs): Update to 6.12.0.
    
    Change-Id: I6a79737083f36d80a2a3765cb4f1d357da35ece5
---
 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 30d674ad39..b6f50893a6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9646,7 +9646,7 @@ compatible with Python's ConfigParser style of .INI 
files, including RFC
 (define-public xfsprogs
   (package
     (name "xfsprogs")
-    (version "6.0.0")
+    (version "6.12.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -9654,7 +9654,7 @@ compatible with Python's ConfigParser style of .INI 
files, including RFC
                     "xfsprogs-" version ".tar.gz"))
               (sha256
                (base32
-                "14hc61nfc73nqwhyasc4haj5g7046im1dwz61bx338f86mjj5n5y"))))
+                "1n46n27fxx1137kni3drrhzhp1l8ksxabcsmi8yzxbhpbnl4q293"))))
     (build-system gnu-build-system)
     (outputs (list "out" "python"))
     (arguments

Reply via email to