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 | |
parent | ab8a943b9a919f3230bf9cf86b6133eb3771287d (diff) | |
download | guix-395ed95e70948a73249996fb0feecf3b590186e8.tar.gz guix-395ed95e70948a73249996fb0feecf3b590186e8.zip |
gnu: python-pyopenssl: Update to 23.2.0.
* gnu/packages/python-crypto.scm (python-pyopenssl): Update to 23.2.0.
-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 466cfa35db..b787d6207f 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm @@ -613,14 +613,14 @@ ciphers, message digests and key derivation functions.") (define-public python-pyopenssl (package (name "python-pyopenssl") - (version "23.1.1") + (version "23.2.0") (source (origin (method url-fetch) (uri (pypi-uri "pyOpenSSL" version)) (sha256 (base32 - "1dxhip610zw1j2bz35g1w1h7vh374g0bnzn4nsqj65n6pswrh544")))) + "1b4bkcpzhmablf592g21rq3l8apbhklp6wcwlvgfflm4algr6vr7")))) (build-system python-build-system) (arguments (list |