mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: cryptsetup: Update to 1.7.3.
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 1.7.3.
This commit is contained in:
parent
538fe01934
commit
336f830961
1 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ (define-module (gnu packages cryptsetup)
|
|||
(define-public cryptsetup
|
||||
(package
|
||||
(name "cryptsetup")
|
||||
(version "1.7.2")
|
||||
(version "1.7.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kernel.org/linux/utils/cryptsetup/v"
|
||||
|
@ -39,7 +39,7 @@ (define-public cryptsetup
|
|||
"/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0hikwkkj692c955k29c4zixj8wp8k3z17jc6ihb4j5qcbyzmvcyv"))))
|
||||
"00nwd96m9yq4k3cayc04i5y7iakkzana35zxky6hpx2w8zl08axg"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libgcrypt" ,libgcrypt)
|
||||
|
@ -47,7 +47,7 @@ (define-public cryptsetup
|
|||
("util-linux" ,util-linux)
|
||||
("popt" ,popt)))
|
||||
(native-inputs
|
||||
`(("python" ,python-wrapper)))
|
||||
`(("python" ,python-wrapper)))
|
||||
(synopsis "Hard disk encryption tool")
|
||||
(description
|
||||
"LUKS (Linux Unified Key Setup)/Cryptsetup provides a standard on-disk
|
||||
|
|
Loading…
Reference in a new issue