mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: xfsprogs: Update to 5.14.2.
* gnu/packages/linux.scm (xfsprogs): Update to 5.14.2.
This commit is contained in:
parent
363d872167
commit
da202490b5
1 changed files with 2 additions and 2 deletions
|
@ -7896,7 +7896,7 @@ (define-public libinih
|
|||
(define-public xfsprogs
|
||||
(package
|
||||
(name "xfsprogs")
|
||||
(version "5.14.0")
|
||||
(version "5.14.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -7904,7 +7904,7 @@ (define-public xfsprogs
|
|||
"xfsprogs-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1kfglkilc8msgbb1168zj7mxs71pypz9rvl4jhiam5qy786difh8"))))
|
||||
"0368dacdjq55ip38yizs9spdyl7b0b1c0vz3gr1gvcb9rw3a6dnp"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs (list "out" "python"))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue