diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2020-04-11 19:11:26 +0200 |
---|---|---|
committer | Guix Patches Tester <> | 2020-04-11 18:16:06 +0100 |
commit | 5a6ead1e872a87d6eeb6f8c2d034590c286260c0 (patch) | |
tree | 381bac2afece66798abc0800698ca97cdc5e70d9 | |
parent | 658505d7a92f0518e1fc4c965bdaa389a6e83f2c (diff) | |
download | patches-series-3503.tar patches-series-3503.tar.gz |
gnu: cryptsetup: Update to 2.3.1.series-3503
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.1.
-rw-r--r-- | gnu/packages/cryptsetup.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cryptsetup.scm b/gnu/packages/cryptsetup.scm index 2a824d416e..79bd62c3cd 100644 --- a/gnu/packages/cryptsetup.scm +++ b/gnu/packages/cryptsetup.scm @@ -35,7 +35,7 @@ (define-public cryptsetup (package (name "cryptsetup") - (version "2.2.2") + (version "2.3.1") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/linux/utils/cryptsetup/v" @@ -43,7 +43,7 @@ "/cryptsetup-" version ".tar.xz")) (sha256 (base32 - "0ija889kfhg4n2fshpq9yh2b1jl2ipvd7sfafh08g75ba6ayrw1a")))) + "1lp7kwakm3ssp8ww1y33plvfmpas5krf14pdz91p1kx2b7as9awj")))) (build-system gnu-build-system) (arguments `(#:configure-flags |