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:
Leo Famulari 2018-03-19 12:20:22 -04:00
parent d8f08c85ad
commit 6969ad0edd
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -556,7 +556,7 @@ (define-public python2-asn1crypto
(define-public python-pynacl
(package
(name "python-pynacl")
(version "1.1.2")
(version "1.2.0")
(source
(origin
(method url-fetch)
@ -566,7 +566,7 @@ (define-public python-pynacl
(snippet '(delete-file-recursively "src/libsodium"))
(sha256
(base32
"135gz0020fqx8fbr9izpwyq49aww202nkqacq0cw61xz99sjpx9j"))))
"01vjq0pxyw1mxaqy013hzs8nknmvg3kpzlzmh69jxznyipgvria5"))))
(build-system python-build-system)
(arguments
`(#:phases
@ -576,7 +576,8 @@ (define-public python-pynacl
(setenv "SODIUM_INSTALL" "system")
#t)))))
(native-inputs
`(("python-pytest" ,python-pytest)))
`(("python-hypothesis" ,python-hypothesis)
("python-pytest" ,python-pytest)))
(propagated-inputs
`(("python-cffi" ,python-cffi)
("python-six" ,python-six)