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:
parent
20c5e2f4ef
commit
92d9104d9c
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue