summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-01-07 04:31:38 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-01-07 05:57:53 +0100
commitda202490b5d7ec73d60c5b48b5dc4c45378afd95 (patch)
tree2328bcb2648c69fd77f57e88b7e6984e5ea70374 /gnu/packages
parent363d872167ec0cf87cf811ee4c40e21780556d1a (diff)
downloadguix-da202490b5d7ec73d60c5b48b5dc4c45378afd95.tar.gz
gnu: xfsprogs: Update to 5.14.2.
* gnu/packages/linux.scm (xfsprogs): Update to 5.14.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 884d781b32..8880d09fe2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7896,7 +7896,7 @@ compatible with Python's ConfigParser style of .INI files, including RFC
 (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 @@ compatible with Python's ConfigParser style of .INI files, including RFC
                     "xfsprogs-" version ".tar.gz"))
               (sha256
                (base32
-                "1kfglkilc8msgbb1168zj7mxs71pypz9rvl4jhiam5qy786difh8"))))
+                "0368dacdjq55ip38yizs9spdyl7b0b1c0vz3gr1gvcb9rw3a6dnp"))))
     (build-system gnu-build-system)
     (outputs (list "out" "python"))
     (arguments