[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: python-cryptopgraphy: Update to 1.4.
From: |
Leo Famulari |
Subject: |
06/06: gnu: python-cryptopgraphy: Update to 1.4. |
Date: |
Mon, 11 Jul 2016 15:50:01 +0000 (UTC) |
lfam pushed a commit to branch python-updates
in repository guix.
commit c1e21ab235c69d2debf1aa2eed5717f0d62e1656
Author: Leo Famulari <address@hidden>
Date: Sat Jul 2 01:01:41 2016 -0400
gnu: python-cryptopgraphy: Update to 1.4.
* gnu/packages/python.scm (python-cryptography, python2-cryptography):
Update to 1.4.
(python-cryptography-vectors, python2-cryptography-vectors): Update to 1.4.
---
gnu/packages/python.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index bc26b81..5cc426f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5961,14 +5961,14 @@ responses, rather than doing any computation.")
(define-public python-cryptography-vectors
(package
(name "python-cryptography-vectors")
- (version "1.3.4")
+ (version "1.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cryptography_vectors" version))
(sha256
(base32
- "15h1iz2klnpb4f8djxy7cpbnyn3wbjp7bnj4pz6s7w6plghbq524"))))
+ "1sk6yhphk2k2vzshi0djxi0jsxd9a02259bs8gynfgf5y1g82a07"))))
(build-system python-build-system)
(native-inputs
`(("python-setuptools" ,python-setuptools)))
@@ -5985,14 +5985,14 @@ responses, rather than doing any computation.")
(define-public python-cryptography
(package
(name "python-cryptography")
- (version "1.3.4")
+ (version "1.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cryptography" version))
(sha256
(base32
- "1a85l548w5vvq3yhz0az7ajg2ijixzp6gagapw6wgrqvq28ghgs2"))))
+ "0a6i4914ychryj7kqqmf970incynj5lzx57n3cbv5i4hxm09a55v"))))
(build-system python-build-system)
(inputs
`(("openssl" ,openssl)))
- branch python-updates created (now c1e21ab), Leo Famulari, 2016/07/11
- 03/06: gnu: python-scripttest: Disable tests., Leo Famulari, 2016/07/11
- 06/06: gnu: python-cryptopgraphy: Update to 1.4.,
Leo Famulari <=
- 04/06: gnu: python-pytest: Update to 2.9.2., Leo Famulari, 2016/07/11
- 02/06: gnu: python-pip: Disable tests., Leo Famulari, 2016/07/11
- 01/06: gnu: python-virtualenv: Disable tests., Leo Famulari, 2016/07/11
- 05/06: gnu: python-pytest-runner: Update to 2.8., Leo Famulari, 2016/07/11
- branch python-updates created (now c1e21ab), Leo Famulari, 2016/07/11
- 03/06: gnu: python-scripttest: Disable tests., Leo Famulari, 2016/07/11
- 04/06: gnu: python-pytest: Update to 2.9.2., Leo Famulari, 2016/07/11
- 01/06: gnu: python-virtualenv: Disable tests., Leo Famulari, 2016/07/11
- 05/06: gnu: python-pytest-runner: Update to 2.8., Leo Famulari, 2016/07/11
- 06/06: gnu: python-cryptopgraphy: Update to 1.4., Leo Famulari, 2016/07/11