diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-02 22:08:41 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-02 22:09:15 +0100 |
commit | 7b25f8a45cfc89383ba1196f7388110afe12bf40 (patch) | |
tree | a40eef9db113f31417c1f8a051b8730d562ffb0d /gnu | |
parent | a2fd72c728461fb5f421b136a05f4e0d48bca34d (diff) | |
download | guix-7b25f8a45cfc89383ba1196f7388110afe12bf40.tar guix-7b25f8a45cfc89383ba1196f7388110afe12bf40.tar.gz |
gnu: cryptsetup: Update to 2.2.2.
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.2.2.
Diffstat (limited to 'gnu')
-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 3bb1388910..2a824d416e 100644 --- a/gnu/packages/cryptsetup.scm +++ b/gnu/packages/cryptsetup.scm @@ -35,7 +35,7 @@ (define-public cryptsetup (package (name "cryptsetup") - (version "2.2.1") + (version "2.2.2") (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 - "0q8w3khiwsw708169vahm0nccajsc2hwqz5gv6nb1g9qxlqrmrwl")))) + "0ija889kfhg4n2fshpq9yh2b1jl2ipvd7sfafh08g75ba6ayrw1a")))) (build-system gnu-build-system) (arguments `(#:configure-flags |