mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
python-cryptography_vectors: 0.6.1 -> 1.0
Needed for python-cryptography: 0.6.1 -> 1.0
This commit is contained in:
parent
fcd5a4a2c3
commit
ff192b72cf
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue