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
This commit is contained in:
Janneke Nieuwenhuizen 2024-12-30 15:10:23 +01:00 committed by Andreas Enge
parent 21e4263207
commit b7ca3a0e65
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -10113,7 +10113,7 @@ configuration files. It supports data files in ASCII, MBCS and Unicode.")
(define-public xfsprogs
(package
(name "xfsprogs")
(version "6.0.0")
(version "6.12.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -10121,7 +10121,7 @@ configuration files. It supports data files in ASCII, MBCS and Unicode.")
"xfsprogs-" version ".tar.gz"))
(sha256
(base32
"14hc61nfc73nqwhyasc4haj5g7046im1dwz61bx338f86mjj5n5y"))))
"1n46n27fxx1137kni3drrhzhp1l8ksxabcsmi8yzxbhpbnl4q293"))))
(build-system gnu-build-system)
(outputs (list "out" "python"))
(arguments