gnu: cryptsetup: Update to 2.2.2.

* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.2.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-02 22:08:41 +01:00
parent a2fd72c728
commit 7b25f8a45c
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -35,7 +35,7 @@ (define-module (gnu packages cryptsetup)
(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 @@ (define-public cryptsetup
"/cryptsetup-" version ".tar.xz"))
(sha256
(base32
"0q8w3khiwsw708169vahm0nccajsc2hwqz5gv6nb1g9qxlqrmrwl"))))
"0ija889kfhg4n2fshpq9yh2b1jl2ipvd7sfafh08g75ba6ayrw1a"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags