me
/
guix
Archived
1
0
Fork 0

gnu: python-pyopenssl: Update to 19.1.0.

* gnu/packages/python-crypto.scm (python-pyopenssl): Update to 19.1.0.
master
Marius Bakke 2020-05-14 23:06:11 +02:00 committed by Marius Bakke
parent 6144e2d7a0
commit da1eb6db13
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -541,14 +541,14 @@ message digests and key derivation functions.")
(define-public python-pyopenssl
(package
(name "python-pyopenssl")
(version "19.0.0")
(version "19.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyOpenSSL" version))
(sha256
(base32
"007j40y7x3k8xj54dy2qnij9lldfp71k9mkflhd9vqbdiwrndjmf"))))
"01wmsq6w0frzbr3zps4ga9kmqjidp2h317jwpq1g9ah24r5lj94s"))))
(build-system python-build-system)
(arguments
'(#:phases