summaryrefslogtreecommitdiff
path: root/gnu/packages/python-crypto.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-01-27 12:32:27 +0200
committerEfraim Flashner <efraim@flashner.co.il>2019-01-27 12:48:41 +0200
commit2066975041ad4f91cf75c5c2c9689ad8dd2c201f (patch)
tree49002e55318e725abc0ce747435db35e2594ff9d /gnu/packages/python-crypto.scm
parent92d9104d9cfc0a02749cc6f2723560cd0da2ee99 (diff)
gnu: python-cryptography, python-cryptography-vectors: Update to 2.5.
* gnu/packages/python-crypto.scm (python-cryptography, python-cryptography-vectors): Update to 2.5.
Diffstat (limited to 'gnu/packages/python-crypto.scm')
-rw-r--r--gnu/packages/python-crypto.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 2816a8eefc0..60e9cce38f7 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -363,14 +363,14 @@ is used by the Requests library to verify HTTPS requests.")
363(define-public python-cryptography-vectors 363(define-public python-cryptography-vectors
364 (package 364 (package
365 (name "python-cryptography-vectors") 365 (name "python-cryptography-vectors")
366 (version "2.4.2") 366 (version "2.5")
367 (source 367 (source
368 (origin 368 (origin
369 (method url-fetch) 369 (method url-fetch)
370 (uri (pypi-uri "cryptography_vectors" version)) 370 (uri (pypi-uri "cryptography_vectors" version))
371 (sha256 371 (sha256
372 (base32 372 (base32
373 "013qx2hz0jv79yzfzpn0r2kk33i5qy3sdnzgwiv5779d18snblwi")))) 373 "15qfl3pnw2f11r0z0zhwl56f6pb60ysav8fxmpnz5p80cfwljdik"))))
374 (build-system python-build-system) 374 (build-system python-build-system)
375 (home-page "https://github.com/pyca/cryptography") 375 (home-page "https://github.com/pyca/cryptography")
376 (synopsis "Test vectors for the cryptography package") 376 (synopsis "Test vectors for the cryptography package")
@@ -385,14 +385,14 @@ is used by the Requests library to verify HTTPS requests.")
385(define-public python-cryptography 385(define-public python-cryptography
386 (package 386 (package
387 (name "python-cryptography") 387 (name "python-cryptography")
388 (version "2.4.2") 388 (version "2.5")
389 (source 389 (source
390 (origin 390 (origin
391 (method url-fetch) 391 (method url-fetch)
392 (uri (pypi-uri "cryptography" version)) 392 (uri (pypi-uri "cryptography" version))
393 (sha256 393 (sha256
394 (base32 394 (base32
395 "1pc60dksi9w9mshl6cvn7gdjazbp3pmydy3qp9wgy5wzd8n0b9h5")))) 395 "00c4d7gvsymlaw0r13zrm32dcnarmpayjyrh65yymlmr6mrbcij9"))))
396 (build-system python-build-system) 396 (build-system python-build-system)
397 (inputs 397 (inputs
398 `(("openssl" ,openssl))) 398 `(("openssl" ,openssl)))