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 @@ (define-public python-cryptography-rust
(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