3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: cryptsetup: Update to 2.3.1.

* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.1.

Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
This commit is contained in:
Vincent Legoll 2020-04-11 19:11:26 +02:00 committed by Jakub Kądziołka
parent 15c29a8a34
commit fe743ebb41
No known key found for this signature in database
GPG key ID: E315A75846131564

View file

@ -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