gnu: xfsprogs: Update to 5.2.1.
* gnu/packages/linux.scm (xfsprogs): Update to 5.2.1.
This commit is contained in:
parent
f920a64a74
commit
faa78e8850
1 changed files with 2 additions and 2 deletions
|
@ -5854,7 +5854,7 @@ IP addresses and routes, and configure IPsec.")
|
||||||
(define-public xfsprogs
|
(define-public xfsprogs
|
||||||
(package
|
(package
|
||||||
(name "xfsprogs")
|
(name "xfsprogs")
|
||||||
(version "4.20.0")
|
(version "5.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -5862,7 +5862,7 @@ IP addresses and routes, and configure IPsec.")
|
||||||
"xfsprogs-" version ".tar.gz"))
|
"xfsprogs-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ss0r6jlxxinf9fhpc0fgf7b89n9mzirpa85xxjmi1ix9l6cls6x"))))
|
"0q5xd4gb9g83h82mg68cx616ifzl8qkzzlgg5xna698117ph3wky"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;kernel/user integration tests are in package "xfstests"
|
`(#:tests? #f ;kernel/user integration tests are in package "xfstests"
|
||||||
|
|
Reference in a new issue