gnu: python-bcrypt: Update to 3.1.6.

* gnu/packages/python-crypto.scm (python-bcrypt): Update to 3.1.6.
This commit is contained in:
Efraim Flashner 2019-01-27 12:22:26 +02:00
parent 20c5e2f4ef
commit 92d9104d9c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -77,14 +77,14 @@ (define-public python-base58
(define-public python-bcrypt
(package
(name "python-bcrypt")
(version "3.1.4")
(version "3.1.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "bcrypt" version))
(sha256
(base32
"13cyrnqwkhc70rs6dg65z4yrrr3dc42fhk11804fqmci9hvimvb7"))))
"1sh2xh0iragdq8dhssc1cdd02nppjq7b5kmv0qladfi2s9cnfqs4"))))
(build-system python-build-system)
(native-inputs
`(("python-pycparser" ,python-pycparser)