[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/25: gnu: python-cryptography: Update to 3.1.1.
From: |
guix-commits |
Subject: |
14/25: gnu: python-cryptography: Update to 3.1.1. |
Date: |
Tue, 13 Oct 2020 17:50:12 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 0f45fd9e010e3a792ad474e8da3cee242a9f54a0
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Oct 11 16:40:04 2020 +0200
gnu: python-cryptography: Update to 3.1.1.
* gnu/packages/python-crypto.scm (python-cryptography-vectors,
python-cryptography): Update to 3.1.1.
---
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 0ede67f..fea2a69 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -497,14 +497,14 @@ is used by the Requests library to verify HTTPS
requests.")
(define-public python-cryptography-vectors
(package
(name "python-cryptography-vectors")
- (version "3.0")
+ (version "3.1.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cryptography_vectors" version))
(sha256
(base32
- "0fa26ggksyhknb43cja1g0jwp35qkdbavivdq6yynj1igd2z1vsj"))))
+ "1xp2j79c1y8qj4b97ygx451gzp8l4cp830hnvg3zw8j134bcaaam"))))
(build-system python-build-system)
(home-page "https://github.com/pyca/cryptography")
(synopsis "Test vectors for the cryptography package")
@@ -519,14 +519,14 @@ is used by the Requests library to verify HTTPS
requests.")
(define-public python-cryptography
(package
(name "python-cryptography")
- (version "3.0")
+ (version "3.1.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cryptography" version))
(sha256
(base32
- "0lr06a9317n2iwfqwz9mpalqm99acqwk1478arvyj1jj0ay4v4lf"))))
+ "0z81q4d1nangw3r0v5f41mfl4d9r04qnbayl5ll5v5jpcfhwd7wx"))))
(build-system python-build-system)
(inputs
`(("openssl" ,openssl)))
- 18/25: gnu: xorg-server: Remove graft for 1.20.9., (continued)
- 18/25: gnu: xorg-server: Remove graft for 1.20.9., guix-commits, 2020/10/13
- 20/25: gnu: gstreamer: Update to 1.18.0., guix-commits, 2020/10/13
- 21/25: gnu: libcap: Make 'libcap/next' the default libcap., guix-commits, 2020/10/13
- 02/25: gnu: MariaDB: Update to 10.5.6., guix-commits, 2020/10/13
- 03/25: gnu: MariaDB: Skip replication tests., guix-commits, 2020/10/13
- 10/25: gnu: libinput: Update to 1.16.2., guix-commits, 2020/10/13
- 07/25: gnu: tzdata: Update to 2020b., guix-commits, 2020/10/13
- 11/25: gnu: elogind: Update to 243.7., guix-commits, 2020/10/13
- 12/25: gnu: GTK+: Update to 3.24.3., guix-commits, 2020/10/13
- 13/25: gnu: ImageMagick: Update to 6.9.11-34., guix-commits, 2020/10/13
- 14/25: gnu: python-cryptography: Update to 3.1.1.,
guix-commits <=
- 15/25: gnu: libva: Update to 2.9.0., guix-commits, 2020/10/13
- 17/25: gnu: xkeyboard-config: Update to 2.31., guix-commits, 2020/10/13
- 19/25: gnu: libcyaml: Fix build with libyaml 0.2.5., guix-commits, 2020/10/13
- 23/25: gnu: libsndfile: Remove graft for 1.0.30., guix-commits, 2020/10/13
- 24/25: gnu: Remove redundant MariaDB inputs., guix-commits, 2020/10/13
- 25/25: gnu: BlueZ: Update to 5.55., guix-commits, 2020/10/13