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
1 changed files with 2 additions and 2 deletions

View File

@ -7980,14 +7980,14 @@ message digests and key derivation functions.")
(define-public python-pyopenssl (define-public python-pyopenssl
(package (package
(name "python-pyopenssl") (name "python-pyopenssl")
(version "17.2.0") (version "17.3.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
"0d283g4zi0hr9papd24mjl70mi15gyzq6fx618rizi87dgipqqax")))) "0xkc1wfnpg6abzllivg3ylhc63npjdy1v81f4kc08bm8cj80nqr9"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:phases '(#:phases