summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-02-07 13:57:09 +0200
committerEfraim Flashner <efraim@flashner.co.il>2016-02-07 13:57:44 +0200
commitb39b33e8c8e4c42d80615a0f4cd6dcac83033c92 (patch)
tree2c7e69849a8c8c12e8d2bc7ecbfee23ac642c79c /gnu/packages
parent6fb54e3bd40fd7c064b3820bc250019391d7c5a6 (diff)
gnu: python-cryptography-vectors: Update to 1.2.2.
* gnu/packages/python.scm (python-cryptography-vectors): Update to 1.2.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 50625bd826..ae7917edda 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5773,7 +5773,7 @@ responses, rather than doing any computation.")
(define-public python-cryptography-vectors
(package
(name "python-cryptography-vectors")
- (version "1.0.2")
+ (version "1.2.2")
(source
(origin
(method url-fetch)
@@ -5782,7 +5782,7 @@ responses, rather than doing any computation.")
version ".tar.gz"))
(sha256
(base32
- "0dx98kcypmarwwhi6rjwy30ridys2ja6mc6mjf0svd4nllkaljdq"))))
+ "1zg47fzzn30mgkkbwrxqqcfq9crgabcmxyiy106n9404wbhfjkkl"))))
(build-system python-build-system)
(native-inputs
`(("python-setuptools" ,python-setuptools)))