mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
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:
parent
35a36343af
commit
67d02075d5
1 changed files with 2 additions and 2 deletions
|
@ -9661,7 +9661,7 @@ compatible with Python's ConfigParser style of .INI files, including RFC
|
||||||
(define-public xfsprogs
|
(define-public xfsprogs
|
||||||
(package
|
(package
|
||||||
(name "xfsprogs")
|
(name "xfsprogs")
|
||||||
(version "6.0.0")
|
(version "6.12.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -9669,7 +9669,7 @@ compatible with Python's ConfigParser style of .INI files, including RFC
|
||||||
"xfsprogs-" version ".tar.gz"))
|
"xfsprogs-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14hc61nfc73nqwhyasc4haj5g7046im1dwz61bx338f86mjj5n5y"))))
|
"1n46n27fxx1137kni3drrhzhp1l8ksxabcsmi8yzxbhpbnl4q293"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs (list "out" "python"))
|
(outputs (list "out" "python"))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Reference in a new issue