me
/
guix
Archived
1
0
Fork 0

gnu: python-pyopenssl: Update to 17.5.0.

* gnu/packages/python-crypto.scm (python-pyopenssl): Update to 17.5.0.
master
Marius Bakke 2018-02-20 15:15:05 +01:00
parent 0ba631b90f
commit fb9d035015
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -352,14 +352,14 @@ message digests and key derivation functions.")
(define-public python-pyopenssl
(package
(name "python-pyopenssl")
(version "17.3.0")
(version "17.5.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyOpenSSL" version))
(sha256
(base32
"0xkc1wfnpg6abzllivg3ylhc63npjdy1v81f4kc08bm8cj80nqr9"))))
"0wv78mwsdqbxqwdwllf4maqybhbj3vb8328ia04hnb558sxcy41c"))))
(build-system python-build-system)
(arguments
'(#:phases