gnu: python-pynacl: Update to 1.2.0.
* gnu/packages/python-crypto.scm (python-pynacl): Update to 1.2.0. [native-inputs]: Add python-hypothesis.
This commit is contained in:
parent
d8f08c85ad
commit
6969ad0edd
|
@ -556,7 +556,7 @@ PKCS#8, PKCS#12, PKCS#5, X.509 and TSP.")
|
||||||
(define-public python-pynacl
|
(define-public python-pynacl
|
||||||
(package
|
(package
|
||||||
(name "python-pynacl")
|
(name "python-pynacl")
|
||||||
(version "1.1.2")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -566,7 +566,7 @@ PKCS#8, PKCS#12, PKCS#5, X.509 and TSP.")
|
||||||
(snippet '(delete-file-recursively "src/libsodium"))
|
(snippet '(delete-file-recursively "src/libsodium"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"135gz0020fqx8fbr9izpwyq49aww202nkqacq0cw61xz99sjpx9j"))))
|
"01vjq0pxyw1mxaqy013hzs8nknmvg3kpzlzmh69jxznyipgvria5"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -576,7 +576,8 @@ PKCS#8, PKCS#12, PKCS#5, X.509 and TSP.")
|
||||||
(setenv "SODIUM_INSTALL" "system")
|
(setenv "SODIUM_INSTALL" "system")
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)))
|
`(("python-hypothesis" ,python-hypothesis)
|
||||||
|
("python-pytest" ,python-pytest)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-cffi" ,python-cffi)
|
`(("python-cffi" ,python-cffi)
|
||||||
("python-six" ,python-six)
|
("python-six" ,python-six)
|
||||||
|
|
Loading…
Reference in New Issue