Revert "Merge remote-tracking branch 'origin/python-unstable' into staging-next"

This reverts commit b041b2e1b2, reversing
changes made to 5b6c2380ad.
This commit is contained in:
Martin Weinelt
2021-09-05 15:02:25 +02:00
parent b041b2e1b2
commit 7f732aca66
381 changed files with 1554 additions and 2632 deletions

View File

@@ -23,18 +23,18 @@
buildPythonPackage rec {
pname = "cryptography";
version = "3.4.8"; # Also update the hash in vectors.nix
version = "3.4.7"; # Also update the hash in vectors.nix
src = fetchPypi {
inherit pname version;
sha256 = "072awar70cwfd2hnx0pvp1dkc7gw45mbm3wcyddvxz5frva5xk4l";
sha256 = "04x7bhjkglxpllad10821vxddlmxdkd3gjvp35iljmnj2s0xw41x";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
sourceRoot = "${pname}-${version}/${cargoRoot}";
name = "${pname}-${version}";
sha256 = "01h511h6l4qvjxbaw662m1l84pb4wrhwxmnb3qj6ik13mx2m477m";
sha256 = "1m6smky4nahwlp4hn6yzibrcxlbsw4nx162dsq48vlw8h1lgjl62";
};
cargoRoot = "src/rust";

View File

@@ -7,7 +7,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "1wl0ynh3lzhc6q59g8mybvijmnp195x7fjxlb3h3sgcraw14312c";
sha256 = "1hh4j88ywil3jf62ppj1blygmdirbqz86pynd9lqfijiaym3mb57";
};
# No tests included