diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-16 01:32:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-16 22:35:11 +0200 |
commit | f73f1f0769c56b15fb76d1deb52f6de1d599250d (patch) | |
tree | a7efe1b0f9a09fa4dda0ac9559735175eebb7d22 /gnu | |
parent | f37995fa206d81bba6cd1344ae0d03fe4115870c (diff) | |
download | patches-f73f1f0769c56b15fb76d1deb52f6de1d599250d.tar patches-f73f1f0769c56b15fb76d1deb52f6de1d599250d.tar.gz |
gnu: python-cryptography-vectors: Update to 2.0.3.
* gnu/packages/python.scm (python-cryptography-vectors): Update to 2.0.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d5d4b18ed3..3f5b5b980d 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -7686,14 +7686,14 @@ responses, rather than doing any computation.") (define-public python-cryptography-vectors (package (name "python-cryptography-vectors") - (version "2.0.2") + (version "2.0.3") (source (origin (method url-fetch) (uri (pypi-uri "cryptography_vectors" version)) (sha256 (base32 - "0yvi2cp23rg20bq3hd47ixbvjh0zgxnxrriqx5v17d7vkmliwbsi")))) + "1qa117fs1yd50zn2cfxh7d9l999ds0z4h83m9m7j4fk6ffm33f5y")))) (build-system python-build-system) (home-page "https://github.com/pyca/cryptography") (synopsis "Test vectors for the cryptography package") |