3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.cryptography: 3.4.7 -> 3.4.8

This commit is contained in:
Michael Weiss 2021-08-24 22:28:05 +02:00
parent e1ba4bb9af
commit de7d826233
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83
2 changed files with 4 additions and 4 deletions

View file

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

View file

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