[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: python-bcrypt: Update to 3.1.7.
From: |
guix-commits |
Subject: |
05/06: gnu: python-bcrypt: Update to 3.1.7. |
Date: |
Fri, 21 Jun 2019 19:42:32 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit b5cb46243840ff93673a51288cb15ede137880d5
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Jun 22 01:29:19 2019 +0200
gnu: python-bcrypt: Update to 3.1.7.
* gnu/packages/python-crypto.scm (python-bcrypt): Update to 3.1.7.
---
gnu/packages/python-crypto.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index d9065e8..88a0007 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -77,14 +77,13 @@ with what is used by the Bitcoin network.")
(define-public python-bcrypt
(package
(name "python-bcrypt")
- (version "3.1.6")
+ (version "3.1.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "bcrypt" version))
(sha256
- (base32
- "1sh2xh0iragdq8dhssc1cdd02nppjq7b5kmv0qladfi2s9cnfqs4"))))
+ (base32 "0hhywhxx301cxivgxrpslrangbfpccc8y83qbwn1f57cab3nj00b"))))
(build-system python-build-system)
(native-inputs
`(("python-pycparser" ,python-pycparser)
- branch master updated (ba96c10 -> 0998175), guix-commits, 2019/06/21
- 01/06: gnu: pdfpc: Update to 4.3.4., guix-commits, 2019/06/21
- 02/06: gnu: python-robotframework: Update to 3.1.2., guix-commits, 2019/06/21
- 05/06: gnu: python-bcrypt: Update to 3.1.7.,
guix-commits <=
- 03/06: gnu: python-astunparse: Update to 1.6.2., guix-commits, 2019/06/21
- 04/06: gnu: python-twisted: Update to 19.2.1., guix-commits, 2019/06/21
- 06/06: gnu: python-dask: Update to 1.2.2., guix-commits, 2019/06/21