summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-05-27 16:17:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-27 18:20:34 +0200
commite6eacc34aa6da3264ab3f6d25aae4cbc529c91ea (patch)
treef859d425ee42e40c77cd6c2a5fbaf94abebe51fc /gnu
parentc59606aa50c7f258b5a3d450107ee4ab3027f0b0 (diff)
downloadguix-patches-e6eacc34aa6da3264ab3f6d25aae4cbc529c91ea.tar
guix-patches-e6eacc34aa6da3264ab3f6d25aae4cbc529c91ea.tar.gz
gnu: xfsprogs: Update to 5.12.0.
* gnu/packages/linux.scm (xfsprogs): Update to 5.12.0.
Diffstat (limited to 'gnu')
-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 e2c938beab..24ab210536 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7322,7 +7322,7 @@ compatible with Python's ConfigParser style of .INI files, including RFC
(define-public xfsprogs
(package
(name "xfsprogs")
- (version "5.11.0")
+ (version "5.12.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -7330,7 +7330,7 @@ compatible with Python's ConfigParser style of .INI files, including RFC
"xfsprogs-" version ".tar.gz"))
(sha256
(base32
- "1byj53qdwsii35d0f11nz0dl618mpvwy5aa44pc9zg281g2r27ab"))))
+ "0b5vvwq4rqw7kph23ycd518d31dx3wq7w61znixxpdljx0ig71qn"))))
(build-system gnu-build-system)
(outputs (list "out" "python"))
(arguments