gnu: xfsprogs: Update to 5.10.0.
* gnu/packages/linux.scm (xfsprogs): Update to 5.10.0. [inputs]: Add libinih. Signed-off-by: Leo Famulari <leo@famulari.name>master
parent
fcdf4b4ec6
commit
9325171df4
|
@ -7028,7 +7028,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 "5.9.0")
|
(version "5.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -7036,7 +7036,7 @@ compatible with Python's ConfigParser style of .INI files, including RFC
|
||||||
"xfsprogs-" version ".tar.gz"))
|
"xfsprogs-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13xkn9jpmwp4fm9r68vhgznkmxhnv83n2b39mhy2qdaph90w2a1l"))))
|
"1wcvcv9fl955g3zl68057hq7pp9bm7i733vc7j6xr6wnfd8qf6sr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs (list "out" "python"))
|
(outputs (list "out" "python"))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -7060,7 +7060,8 @@ compatible with Python's ConfigParser style of .INI files, including RFC
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)))
|
`(("gettext" ,gettext-minimal)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libuuid" ,util-linux "lib")
|
`(("libinih" ,libinih)
|
||||||
|
("libuuid" ,util-linux "lib")
|
||||||
("python" ,python-wrapper)))
|
("python" ,python-wrapper)))
|
||||||
(home-page "https://xfs.wiki.kernel.org/")
|
(home-page "https://xfs.wiki.kernel.org/")
|
||||||
(synopsis "XFS file system tools")
|
(synopsis "XFS file system tools")
|
||||||
|
|
Reference in New Issue