gnu: python-pynacl: Update to 1.3.0.

* gnu/packages/python-crypto.scm (python-pynacl): Update to 1.3.0.
master
Tobias Geerinckx-Rice 2018-10-31 23:48:12 +01:00
parent 351a12b0a7
commit 60ed87871d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -637,7 +637,7 @@ PKCS#8, PKCS#12, PKCS#5, X.509 and TSP.")
(define-public python-pynacl
(package
(name "python-pynacl")
(version "1.2.1")
(version "1.3.0")
(source
(origin
(method url-fetch)
@ -648,7 +648,7 @@ PKCS#8, PKCS#12, PKCS#5, X.509 and TSP.")
#t))
(sha256
(base32
"1ada3qr83cliap6dk897vnvjkynij1kjqbwizdbgarazlyh8zlz0"))))
"0330wyvggm19xhmwmz9rrr97lzbv3siwfy50gmax3vvgs7nh0q8c"))))
(build-system python-build-system)
(arguments
`(#:phases