diff options
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 3c13a17815c..8eb8fd6a6d6 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -624,14 +624,14 @@ ciphers, message digests and key derivation functions.") | |||
| 624 | (define-public python-pyopenssl | 624 | (define-public python-pyopenssl |
| 625 | (package | 625 | (package |
| 626 | (name "python-pyopenssl") | 626 | (name "python-pyopenssl") |
| 627 | (version "24.1.0") | 627 | (version "24.2.1") |
| 628 | (source | 628 | (source |
| 629 | (origin | 629 | (origin |
| 630 | (method url-fetch) | 630 | (method url-fetch) |
| 631 | (uri (pypi-uri "pyOpenSSL" version)) | 631 | (uri (pypi-uri "pyopenssl" version)) |
| 632 | (sha256 | 632 | (sha256 |
| 633 | (base32 | 633 | (base32 |
| 634 | "0vqsyji1q4vhd5yxlzks0z6va62knq64mxhfdjhz3yaxmazx9gna")))) | 634 | "158fpy6fsmkrci67qpzg06ha3ygh3ah3xzxjrc6md3blwgdz0is2")))) |
| 635 | (build-system python-build-system) | 635 | (build-system python-build-system) |
| 636 | (arguments | 636 | (arguments |
| 637 | (list | 637 | (list |
| @@ -643,7 +643,7 @@ ciphers, message digests and key derivation functions.") | |||
| 643 | ;; PyOpenSSL runs tests against a certificate with a fixed | 643 | ;; PyOpenSSL runs tests against a certificate with a fixed |
| 644 | ;; expiry time. To ensure successful builds in the future, | 644 | ;; expiry time. To ensure successful builds in the future, |
| 645 | ;; set the time to roughly the release date. | 645 | ;; set the time to roughly the release date. |
| 646 | (invoke "faketime" "2024-03-09" "pytest" "-vv" "-k" | 646 | (invoke "faketime" "2024-07-20" "pytest" "-vv" "-k" |
| 647 | ;; This test tries to look up certificates from | 647 | ;; This test tries to look up certificates from |
| 648 | ;; the compiled-in default path in OpenSSL, which | 648 | ;; the compiled-in default path in OpenSSL, which |
| 649 | ;; does not exist in the build environment. | 649 | ;; does not exist in the build environment. |
