pythonPackages.cryptography_vectors: 1.2.3 -> 1.4

This commit is contained in:
Lancelot SIX 2016-08-08 23:10:06 +02:00
parent 991a30afcc
commit 909eaf8a4f
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

@ -4025,11 +4025,12 @@ in modules // {
cryptography_vectors = buildPythonPackage rec {
# also bump cryptography
name = "cryptography_vectors-1.2.3";
name = "cryptography_vectors-${version}";
version = "1.4";
src = pkgs.fetchurl {
url = "mirror://pypi/c/cryptography-vectors/${name}.tar.gz";
sha256 = "0shawgpax79gvjrj0a313sll9gaqys7q1hxngn6j4k24lmz7bwki";
sha256 = "1sk6yhphk2k2vzshi0djxi0jsxd9a02259bs8gynfgf5y1g82a07";
};
};