mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: volume-key: Update to 0.3.12.
* gnu/packages/disk.scm (volume-key): Update to 0.3.12.
This commit is contained in:
parent
4feb589bf4
commit
8984dbd0de
1 changed files with 5 additions and 5 deletions
|
@ -559,28 +559,28 @@ (define-public ranger
|
||||||
(define-public volume-key
|
(define-public volume-key
|
||||||
(package
|
(package
|
||||||
(name "volume-key")
|
(name "volume-key")
|
||||||
(version "0.3.11")
|
(version "0.3.12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://releases.pagure.org/volume_key/volume_key-"
|
(uri (string-append "https://releases.pagure.org/volume_key/volume_key-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vaz15rcgdkh5z4yxc22x76wi44gh50jxnrqz5avaxz4bb17kcp6"))))
|
"16rhfz6sjwxlmss1plb2wv2i3jq6wza02rmz1d2jrlnsq67p98vc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("util-linux" ,util-linux)
|
("util-linux" ,util-linux)
|
||||||
("swig" ,swig)
|
("swig" ,swig)
|
||||||
("python" ,python-3))) ; Used to generate the Python bindings.
|
("python" ,python-3))) ; used to generate the Python bindings
|
||||||
(inputs
|
(inputs
|
||||||
`(("cryptsetup" ,cryptsetup)
|
`(("cryptsetup" ,cryptsetup)
|
||||||
("nss" ,nss)
|
("nss" ,nss)
|
||||||
("lvm2" ,lvm2) ; For "-ldevmapper".
|
("lvm2" ,lvm2) ; for "-ldevmapper"
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
("gpgme" ,gpgme)))
|
("gpgme" ,gpgme)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Not sure how tests are supposed to pass, even when run manually.
|
`(#:tests? #f ; not sure how tests are supposed to pass, even when run manually
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'patch-python.h-path
|
(add-before 'configure 'patch-python.h-path
|
||||||
|
|
Loading…
Reference in a new issue