diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2023-10-03 17:33:19 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2023-10-18 11:36:16 +0300 |
| commit | 395ed95e70948a73249996fb0feecf3b590186e8 (patch) | |
| tree | f8c8d5b53e1bfb8f6e8abb11a42543a724ecb99c /gnu | |
| parent | ab8a943b9a919f3230bf9cf86b6133eb3771287d (diff) | |
gnu: python-pyopenssl: Update to 23.2.0.
* gnu/packages/python-crypto.scm (python-pyopenssl): Update to 23.2.0.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 466cfa35dbf..b787d6207f8 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -613,14 +613,14 @@ ciphers, message digests and key derivation functions.") | |||
| 613 | (define-public python-pyopenssl | 613 | (define-public python-pyopenssl |
| 614 | (package | 614 | (package |
| 615 | (name "python-pyopenssl") | 615 | (name "python-pyopenssl") |
| 616 | (version "23.1.1") | 616 | (version "23.2.0") |
| 617 | (source | 617 | (source |
| 618 | (origin | 618 | (origin |
| 619 | (method url-fetch) | 619 | (method url-fetch) |
| 620 | (uri (pypi-uri "pyOpenSSL" version)) | 620 | (uri (pypi-uri "pyOpenSSL" version)) |
| 621 | (sha256 | 621 | (sha256 |
| 622 | (base32 | 622 | (base32 |
| 623 | "1dxhip610zw1j2bz35g1w1h7vh374g0bnzn4nsqj65n6pswrh544")))) | 623 | "1b4bkcpzhmablf592g21rq3l8apbhklp6wcwlvgfflm4algr6vr7")))) |
| 624 | (build-system python-build-system) | 624 | (build-system python-build-system) |
| 625 | (arguments | 625 | (arguments |
| 626 | (list | 626 | (list |
