gnu: python-cryptography-vectors: Update to 1.0.2.

* gnu/packages/python.scm (python-cryptography-vectors): Update to 1.0.2.
This commit is contained in:
Mark H Weaver 2015-11-18 09:09:29 -05:00
parent f836fb8d0c
commit 3698a77588

View file

@ -5575,7 +5575,7 @@ (define-public python2-pretend
(define-public python-cryptography-vectors
(package
(name "python-cryptography-vectors")
(version "1.0.1")
(version "1.0.2")
(source
(origin
(method url-fetch)
@ -5584,7 +5584,7 @@ (define-public python-cryptography-vectors
version ".tar.gz"))
(sha256
(base32
"1i2chlyhlx4792di82fqzcy9wz0gnnc661bj46zr794ip4629sp4"))))
"0dx98kcypmarwwhi6rjwy30ridys2ja6mc6mjf0svd4nllkaljdq"))))
(build-system python-build-system)
(native-inputs
`(("python-setuptools" ,python-setuptools)))