python3Packages.cryptography: 3.4.4 -> 3.4.5

This commit is contained in:
Michael Weiss 2021-02-14 12:32:03 +01:00
parent f22e410621
commit 9b17dda68c
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83
2 changed files with 4 additions and 4 deletions

View File

@ -22,18 +22,18 @@
buildPythonPackage rec {
pname = "cryptography";
version = "3.4.4"; # Also update the hash in vectors.nix
version = "3.4.5"; # Also update the hash in vectors.nix
src = fetchPypi {
inherit pname version;
sha256 = "0j680r1453r1ws6hnpfns80kh82xlry7ihhmmgdvnvvbhpq1jppf";
sha256 = "0nykwsifsjca5mbw5j9x0180z8cqyv1g2nplm36h5zji5fl62rsg";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
sourceRoot = "${pname}-${version}/${cargoRoot}";
name = "${pname}-${version}";
sha256 = "1xjdjnpvk90cwn9s689dckwkkrsjbp0hr8bjysc8l5dpsvprifdb";
sha256 = "0bz3ig0pa3lchdd2yh94k9smqa6fwibmkdgd2lza3fw5bx30m5vj";
};
cargoRoot = "src/rust";

View File

@ -7,7 +7,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "0fh9fyghxi2qycq3rb6d9y46wh0k72s3afrp1n58sb61m8z3xddh";
sha256 = "0wasfyfqhs0drly94cma88bhkj3r9p40l22k2gq4akl5kfndw8f9";
};
# No tests included