gnu: cryptsetup: Update to 1.7.3.
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 1.7.3.master
parent
538fe01934
commit
336f830961
|
@ -31,7 +31,7 @@
|
||||||
(define-public cryptsetup
|
(define-public cryptsetup
|
||||||
(package
|
(package
|
||||||
(name "cryptsetup")
|
(name "cryptsetup")
|
||||||
(version "1.7.2")
|
(version "1.7.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kernel.org/linux/utils/cryptsetup/v"
|
(uri (string-append "mirror://kernel.org/linux/utils/cryptsetup/v"
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
"/" name "-" version ".tar.xz"))
|
"/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hikwkkj692c955k29c4zixj8wp8k3z17jc6ihb4j5qcbyzmvcyv"))))
|
"00nwd96m9yq4k3cayc04i5y7iakkzana35zxky6hpx2w8zl08axg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libgcrypt" ,libgcrypt)
|
`(("libgcrypt" ,libgcrypt)
|
||||||
|
|
Reference in New Issue