diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-30 00:44:34 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-30 01:08:52 +0100 |
commit | 3ec27a7436deaa19c501a11697ef93bb51c216d9 (patch) | |
tree | 136ef6563dbd4a473d09a1cc7deb682ba3cd267b | |
parent | 72c37636534b9e0e9aab96f506322abeb7b3eb4b (diff) |
gnu: xfsprogs: Update to 5.14.0.
* gnu/packages/linux.scm (xfsprogs): Update to 5.14.0.
[inputs]: Add liburcu.
-rw-r--r-- | gnu/packages/linux.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 87859fa2de..c3a6a43550 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7680,7 +7680,7 @@ compatible with Python's ConfigParser style of .INI files, including RFC (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 @@ compatible with Python's ConfigParser style of .INI files, including RFC "xfsprogs-" version ".tar.gz")) (sha256 (base32 - "09s3alwrhs1gaaywkpx2knc5bxb44b77009jw8zgsy9c2wxximns")))) + "1kfglkilc8msgbb1168zj7mxs71pypz9rvl4jhiam5qy786difh8")))) (build-system gnu-build-system) (outputs (list "out" "python")) (arguments @@ -7714,6 +7714,7 @@ compatible with Python's ConfigParser style of .INI files, including RFC `(("gettext" ,gettext-minimal))) (inputs `(("libinih" ,libinih) + ("liburcu" ,liburcu) ("libuuid" ,util-linux "lib") ("python" ,python-wrapper))) (home-page "https://xfs.wiki.kernel.org/") |