gnu: python-pyopenssl: Update to 23.2.0.

* gnu/packages/python-crypto.scm (python-pyopenssl): Update to 23.2.0.
This commit is contained in:
Efraim Flashner 2023-10-03 17:33:19 +03:00
parent ab8a943b9a
commit 395ed95e70
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -613,14 +613,14 @@ ciphers, message digests and key derivation functions.")
(define-public python-pyopenssl (define-public python-pyopenssl
(package (package
(name "python-pyopenssl") (name "python-pyopenssl")
(version "23.1.1") (version "23.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pyOpenSSL" version)) (uri (pypi-uri "pyOpenSSL" version))
(sha256 (sha256
(base32 (base32
"1dxhip610zw1j2bz35g1w1h7vh374g0bnzn4nsqj65n6pswrh544")))) "1b4bkcpzhmablf592g21rq3l8apbhklp6wcwlvgfflm4algr6vr7"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
(list (list