gnu: xfsprogs: Update to 5.14.0.

* gnu/packages/linux.scm (xfsprogs): Update to 5.14.0.
[inputs]: Add liburcu.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-30 00:44:34 +01:00
parent 72c3763653
commit 3ec27a7436
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7680,7 +7680,7 @@ (define-public libinih
(define-public xfsprogs
(package
(name "xfsprogs")
(version "5.13.0")
(version "5.14.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -7688,7 +7688,7 @@ (define-public xfsprogs
"xfsprogs-" version ".tar.gz"))
(sha256
(base32
"09s3alwrhs1gaaywkpx2knc5bxb44b77009jw8zgsy9c2wxximns"))))
"1kfglkilc8msgbb1168zj7mxs71pypz9rvl4jhiam5qy786difh8"))))
(build-system gnu-build-system)
(outputs (list "out" "python"))
(arguments
@ -7714,6 +7714,7 @@ (define-public xfsprogs
`(("gettext" ,gettext-minimal)))
(inputs
`(("libinih" ,libinih)
("liburcu" ,liburcu)
("libuuid" ,util-linux "lib")
("python" ,python-wrapper)))
(home-page "https://xfs.wiki.kernel.org/")