gnu: python-scrypt: Update to 0.8.7.

* gnu/packages/python-crypto.scm (python-scrypt): Update to 0.8.7.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-14 16:02:00 +01:00
parent ceb5b11bd1
commit cc314e9027
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -950,14 +950,14 @@ been constructed to maintain extensive documentation on how to use
(define-public python-scrypt
(package
(name "python-scrypt")
(version "0.8.6")
(version "0.8.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "scrypt" version))
(sha256
(base32
"0b9nw10hfdl0jflm3b62q485ssc3f3f33lpg4yy407gs8wnrn8zq"))))
"0hjk71k3mgnl8siikm9lii9im8kv0rb7inkjzx78rnancra48xxr"))))
(build-system python-build-system)
(inputs
`(("openssl" ,openssl)))