[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/34: gnu: python-cryptography: Update to 3.0.
From: |
guix-commits |
Subject: |
05/34: gnu: python-cryptography: Update to 3.0. |
Date: |
Sat, 25 Jul 2020 14:53:57 -0400 (EDT) |
mbakke pushed a commit to branch wip-staging
in repository guix.
commit 6a4c48af6589ae1fcc5db75dfd37c6e28ef6d1ee
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 24 22:34:08 2020 +0200
gnu: python-cryptography: Update to 3.0.
* gnu/packages/python-crypto.scm (python-cryptography-vectors,
python-cryptography): Update to 3.0.
---
gnu/packages/python-crypto.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 07d1dd1..41d15f8 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -470,14 +470,14 @@ is used by the Requests library to verify HTTPS
requests.")
(define-public python-cryptography-vectors
(package
(name "python-cryptography-vectors")
- (version "2.9.2")
+ (version "3.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cryptography_vectors" version))
(sha256
(base32
- "1d4iykcv7cn9j399hczlxm5pzxmqy6d80h3j16dkjwlmv3293b4r"))))
+ "0fa26ggksyhknb43cja1g0jwp35qkdbavivdq6yynj1igd2z1vsj"))))
(build-system python-build-system)
(home-page "https://github.com/pyca/cryptography")
(synopsis "Test vectors for the cryptography package")
@@ -492,14 +492,14 @@ is used by the Requests library to verify HTTPS
requests.")
(define-public python-cryptography
(package
(name "python-cryptography")
- (version "2.9.2")
+ (version "3.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cryptography" version))
(sha256
(base32
- "0af25w5mkd6vwns3r6ai1w5ip9xp0ms9s261zzssbpadzdr05hx0"))))
+ "0lr06a9317n2iwfqwz9mpalqm99acqwk1478arvyj1jj0ay4v4lf"))))
(build-system python-build-system)
(inputs
`(("openssl" ,openssl)))
- branch wip-staging created (now 91fadb7), guix-commits, 2020/07/25
- 04/34: gnu: NSS: Update to 3.55 [security fixes]., guix-commits, 2020/07/25
- 02/34: gnu: python-cython: Update to 0.29.21., guix-commits, 2020/07/25
- 05/34: gnu: python-cryptography: Update to 3.0.,
guix-commits <=
- 06/34: gnu: ImageMagick: Update to 6.9.11-24., guix-commits, 2020/07/25
- 01/34: gnu: pcsc-lite: Update to 1.9.0., guix-commits, 2020/07/25
- 07/34: gnu: libnsl: Update to 1.3.0., guix-commits, 2020/07/25
- 09/34: gnu: pciutils: Update to 3.7.0., guix-commits, 2020/07/25
- 12/34: gnu: libinput: Update to 1.15.6., guix-commits, 2020/07/25
- 13/34: gnu: vulkan-tools: Update to 1.2.148., guix-commits, 2020/07/25
- 11/34: gnu: python-requests: Update to 2.24.0., guix-commits, 2020/07/25
- 14/34: gnu: wayland-protocols: Update to 1.20., guix-commits, 2020/07/25
- 17/34: gnu: libvorbis: Update to 1.3.7., guix-commits, 2020/07/25
- 03/34: gnu: nspr: Update to 4.27., guix-commits, 2020/07/25