gnu: python-cryptography, python-cryptography-vectors: Update to 1.3.1.

These packages should be udpated together.

* gnu/packages/python.scm (python-cryptography): Update to 1.3.1.
(python-cryptogprahy-vectors): Update to 1.3.1.
master
Leo Famulari 2016-03-22 18:09:55 -04:00 committed by Mark H Weaver
parent 61a4332d9e
commit 4f363e73f8
1 changed files with 4 additions and 4 deletions

View File

@ -5835,7 +5835,7 @@ responses, rather than doing any computation.")
(define-public python-cryptography-vectors
(package
(name "python-cryptography-vectors")
(version "1.2.3")
(version "1.3.1")
(source
(origin
(method url-fetch)
@ -5844,7 +5844,7 @@ responses, rather than doing any computation.")
version ".tar.gz"))
(sha256
(base32
"0shawgpax79gvjrj0a313sll9gaqys7q1hxngn6j4k24lmz7bwki"))))
"1144l3ypz3bngxd59lb4y74xa401w92lhvvjgxzglmvbh8wzkcbb"))))
(build-system python-build-system)
(native-inputs
`(("python-setuptools" ,python-setuptools)))
@ -5861,14 +5861,14 @@ responses, rather than doing any computation.")
(define-public python-cryptography
(package
(name "python-cryptography")
(version "1.2.3")
(version "1.3.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cryptography" version))
(sha256
(base32
"0kj511z4g21fhcr649pyzpl0zzkkc7hsgxxjys6z8wwfvmvirccf"))))
"1qjkrpfvxcyd0kal3zpm5y7f9p3y77ixn9jw8f4dqpgrw1sn3cxl"))))
(build-system python-build-system)
(inputs
`(("openssl" ,openssl)))