diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-14 23:59:12 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-15 05:24:37 +0200 |
commit | faa78e8850d7b025a13bd48e4ac0caefc77ba9cd (patch) | |
tree | 8b227fd2eca02b6a16d078f8afd8c26a74db3183 /gnu | |
parent | f920a64a74e5f11469a90b9f7ecf8ecbbf844059 (diff) | |
download | patches-faa78e8850d7b025a13bd48e4ac0caefc77ba9cd.tar patches-faa78e8850d7b025a13bd48e4ac0caefc77ba9cd.tar.gz |
gnu: xfsprogs: Update to 5.2.1.
* gnu/packages/linux.scm (xfsprogs): Update to 5.2.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 6cfe47f90c..ddbdd24fe4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -5854,7 +5854,7 @@ IP addresses and routes, and configure IPsec.") (define-public xfsprogs (package (name "xfsprogs") - (version "4.20.0") + (version "5.2.1") (source (origin (method url-fetch) (uri (string-append @@ -5862,7 +5862,7 @@ IP addresses and routes, and configure IPsec.") "xfsprogs-" version ".tar.gz")) (sha256 (base32 - "0ss0r6jlxxinf9fhpc0fgf7b89n9mzirpa85xxjmi1ix9l6cls6x")))) + "0q5xd4gb9g83h82mg68cx616ifzl8qkzzlgg5xna698117ph3wky")))) (build-system gnu-build-system) (arguments `(#:tests? #f ;kernel/user integration tests are in package "xfstests" |