mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: python2-cryptography: Update to 3.3.2.
* gnu/packages/python-crypto.scm (python2-cryptography-vectors, python2-cryptography): Update to 3.3.2.
This commit is contained in:
parent
048e05b7ef
commit
d500a58b42
1 changed files with 5 additions and 4 deletions
|
@ -629,13 +629,14 @@ (define-public python-cryptography
|
||||||
(define-public python2-cryptography-vectors
|
(define-public python2-cryptography-vectors
|
||||||
(package
|
(package
|
||||||
(inherit python-cryptography-vectors)
|
(inherit python-cryptography-vectors)
|
||||||
(version "3.3.1")
|
(name "python2-cryptography-vectors")
|
||||||
|
(version "3.3.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "cryptography_vectors" version))
|
(uri (pypi-uri "cryptography_vectors" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"192wix3sr678x21brav5hgc6j93l7ab1kh69p2scr3fsblq9qy03"))))
|
"1yhaps0f3h2yjb6lmz953z1l1d84y9swk4k3gj9nqyk4vbx5m7cc"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list #:python python-2))))
|
(list #:python python-2))))
|
||||||
|
|
||||||
|
@ -644,13 +645,13 @@ (define-public python2-cryptography
|
||||||
(strip-python2-variant python-cryptography))))
|
(strip-python2-variant python-cryptography))))
|
||||||
(package
|
(package
|
||||||
(inherit crypto)
|
(inherit crypto)
|
||||||
(version "3.3.1")
|
(version "3.3.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "cryptography" version))
|
(uri (pypi-uri "cryptography" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ribd1vxq9wwz564mg60dzcy699gng54admihjjkgs9dx95pw5vy"))))
|
"1vcvw4lkw1spiq322pm1256kail8nck6bbgpdxx3pqa905wd6q2s"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2
|
`(#:python ,python-2
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Loading…
Reference in a new issue