Skip to content

Commit

Permalink
python3Packages.cryptography: 3.4.8 -> 35.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Sep 30, 2021
1 parent 4583052 commit 5b4e909
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/cryptography/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@

buildPythonPackage rec {
pname = "cryptography";
version = "3.4.8"; # Also update the hash in vectors.nix
version = "35.0.0"; # Also update the hash in vectors.nix

src = fetchPypi {
inherit pname version;
sha256 = "072awar70cwfd2hnx0pvp1dkc7gw45mbm3wcyddvxz5frva5xk4l";
sha256 = "0v88w3rpspnzkffla5clqkm98854vmk63qvxpn37clfhf27z4cwr";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
sourceRoot = "${pname}-${version}/${cargoRoot}";
name = "${pname}-${version}";
sha256 = "01h511h6l4qvjxbaw662m1l84pb4wrhwxmnb3qj6ik13mx2m477m";
sha256 = "1ck0cyv8zw7xixifx2lm510cvwlgf9f60fmgg608l0lkixz102mm";
};

cargoRoot = "src/rust";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/cryptography/vectors.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildPythonPackage rec {

src = fetchPypi {
inherit pname version;
sha256 = "1wl0ynh3lzhc6q59g8mybvijmnp195x7fjxlb3h3sgcraw14312c";
sha256 = "1z3vjms5w5vp0b3zl35mcwfypngvxaq7w66qlfh0gq6049ldk2lp";
};

# No tests included
Expand Down

0 comments on commit 5b4e909

Please sign in to comment.