diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2019-01-27 12:22:26 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2019-01-27 12:48:41 +0200 |
| commit | 92d9104d9cfc0a02749cc6f2723560cd0da2ee99 (patch) | |
| tree | d22000f1350b019126ea5424b97048ab4e10658f /gnu/packages/python-crypto.scm | |
| parent | 20c5e2f4ef49d7797101d800af1cc88d8be0818e (diff) | |
gnu: python-bcrypt: Update to 3.1.6.
* gnu/packages/python-crypto.scm (python-bcrypt): Update to 3.1.6.
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index bdbd589d636..2816a8eefc0 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -77,14 +77,14 @@ with what is used by the Bitcoin network.") | |||
| 77 | (define-public python-bcrypt | 77 | (define-public python-bcrypt |
| 78 | (package | 78 | (package |
| 79 | (name "python-bcrypt") | 79 | (name "python-bcrypt") |
| 80 | (version "3.1.4") | 80 | (version "3.1.6") |
| 81 | (source | 81 | (source |
| 82 | (origin | 82 | (origin |
| 83 | (method url-fetch) | 83 | (method url-fetch) |
| 84 | (uri (pypi-uri "bcrypt" version)) | 84 | (uri (pypi-uri "bcrypt" version)) |
| 85 | (sha256 | 85 | (sha256 |
| 86 | (base32 | 86 | (base32 |
| 87 | "13cyrnqwkhc70rs6dg65z4yrrr3dc42fhk11804fqmci9hvimvb7")))) | 87 | "1sh2xh0iragdq8dhssc1cdd02nppjq7b5kmv0qladfi2s9cnfqs4")))) |
| 88 | (build-system python-build-system) | 88 | (build-system python-build-system) |
| 89 | (native-inputs | 89 | (native-inputs |
| 90 | `(("python-pycparser" ,python-pycparser) | 90 | `(("python-pycparser" ,python-pycparser) |
