diff options
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 3cd58bf0ea0..e93ac0b2bf1 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -519,14 +519,14 @@ is used by the Requests library to verify HTTPS requests.") | |||
| 519 | (define-public python-cryptography-vectors | 519 | (define-public python-cryptography-vectors |
| 520 | (package | 520 | (package |
| 521 | (name "python-cryptography-vectors") | 521 | (name "python-cryptography-vectors") |
| 522 | (version "42.0.5") | 522 | (version "43.0.3") |
| 523 | (source | 523 | (source |
| 524 | (origin | 524 | (origin |
| 525 | (method url-fetch) | 525 | (method url-fetch) |
| 526 | (uri (pypi-uri "cryptography_vectors" version)) | 526 | (uri (pypi-uri "cryptography_vectors" version)) |
| 527 | (sha256 | 527 | (sha256 |
| 528 | (base32 | 528 | (base32 |
| 529 | "1lcflcvv0xjz5cyvf33iav1vd91qzjvl4w7h4qaxlcnbn3ixap2h")))) | 529 | "1d46wj4831g2vmixffk2b0bb0x67x5rlnqbpfa8fi17lcm98hspz")))) |
| 530 | (build-system pyproject-build-system) | 530 | (build-system pyproject-build-system) |
| 531 | (arguments (list #:tests? #f)) ; No tests included. | 531 | (arguments (list #:tests? #f)) ; No tests included. |
| 532 | (native-inputs | 532 | (native-inputs |
