Revert "python3Packages.cryptography: 3.4.8 -> 35.0.0"

This reverts commit 5b4e909b93.

At this time breaks a bunch of packages that are not ready for the
breaking changes in the X.509 and ASN.1 parsers.
This commit is contained in:
Martin Weinelt
2021-10-11 01:54:20 +02:00
parent d464358eb5
commit e11e503865
2 changed files with 4 additions and 4 deletions
@@ -23,18 +23,18 @@
buildPythonPackage rec {
pname = "cryptography";
version = "35.0.0"; # Also update the hash in vectors.nix
version = "3.4.8"; # Also update the hash in vectors.nix
src = fetchPypi {
inherit pname version;
sha256 = "0v88w3rpspnzkffla5clqkm98854vmk63qvxpn37clfhf27z4cwr";
sha256 = "072awar70cwfd2hnx0pvp1dkc7gw45mbm3wcyddvxz5frva5xk4l";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
sourceRoot = "${pname}-${version}/${cargoRoot}";
name = "${pname}-${version}";
sha256 = "1ck0cyv8zw7xixifx2lm510cvwlgf9f60fmgg608l0lkixz102mm";
sha256 = "01h511h6l4qvjxbaw662m1l84pb4wrhwxmnb3qj6ik13mx2m477m";
};
cargoRoot = "src/rust";
@@ -7,7 +7,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "1z3vjms5w5vp0b3zl35mcwfypngvxaq7w66qlfh0gq6049ldk2lp";
sha256 = "1wl0ynh3lzhc6q59g8mybvijmnp195x7fjxlb3h3sgcraw14312c";
};
# No tests included