about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorMichael Alan Dorman <mdorman@ironicdesign.com>2015-08-16 15:49:35 -0400
committerMichael Alan Dorman <mdorman@ironicdesign.com>2015-08-16 15:53:29 -0400
commitff192b72cf018977c3da5502edb54fa92848eebe (patch)
tree8e07cb470afa29aec6ed3649d5b15ed9dd3a180c /pkgs/top-level
parentfcd5a4a2c398b82010093aff800eaeab960ca388 (diff)
python-cryptography_vectors: 0.6.1 -> 1.0
Needed for python-cryptography: 0.6.1 -> 1.0
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 8a541fc711e54..d3fad6c158397 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -2346,11 +2346,11 @@ let
   };
 
   cryptography_vectors = buildPythonPackage rec {
-    name = "cryptography_vectors-0.6.1";
+    name = "cryptography_vectors-1.0";
 
     src = pkgs.fetchurl {
       url = "https://pypi.python.org/packages/source/c/cryptography-vectors/${name}.tar.gz";
-      sha256 = "1ks1xdb1ff74qmjdzqcfvkrwsbnwpsjgg3cy18zh37p8985cvl3r";
+      sha256 = "0d02x93vk0b1fla914bij71pfma0p7sprlvrxq1bb6dxnwc7h9z7";
     };
   };