gnu: python-pynacl: Update to 1.5.0.
* gnu/packages/python-crypto.scm (python-pynacl): Update to 1.5.0. Change-Id: Iadf81b8d67a5d4fa08fbcb9937afa86de33385dc Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
aa6e357c55
commit
4881c7d697
1 changed files with 2 additions and 2 deletions
|
@ -774,7 +774,7 @@ 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.4.0")
|
(version "1.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -790,7 +790,7 @@ PKCS#12, PKCS#5, X.509 and TSP.")
|
||||||
(delete-file-recursively "src/libsodium")))
|
(delete-file-recursively "src/libsodium")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01b56hxrbif3hx8l6rwz5kljrgvlbj7shmmd2rjh0hn7974a5sal"))))
|
"1fi0jbxhh3svajzldlb6gj5sr5a48v11xlmx0wb831db167l9iwa"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue