gnu: python-pyopenssl: Update to 17.3.0.

* gnu/packages/python.scm (python-pyopenssl): Update to 17.3.0.
This commit is contained in:
Marius Bakke 2017-09-17 17:13:37 +02:00
parent f2cc1b3136
commit 0c19c0f272
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -7980,14 +7980,14 @@ (define-public python2-cryptography
(define-public python-pyopenssl
(package
(name "python-pyopenssl")
(version "17.2.0")
(version "17.3.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyOpenSSL" version))
(sha256
(base32
"0d283g4zi0hr9papd24mjl70mi15gyzq6fx618rizi87dgipqqax"))))
"0xkc1wfnpg6abzllivg3ylhc63npjdy1v81f4kc08bm8cj80nqr9"))))
(build-system python-build-system)
(arguments
'(#:phases