python3Packages.cryptography: 3.4.5 -> 3.4.6

This commit is contained in:
Michael Weiss 2021-02-17 20:52:09 +01:00
parent 9d6726a2e3
commit e5bb19173e
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.5"; # Also update the hash in vectors.nix
version = "3.4.6"; # Also update the hash in vectors.nix
src = fetchPypi {
inherit pname version;
sha256 = "0nykwsifsjca5mbw5j9x0180z8cqyv1g2nplm36h5zji5fl62rsg";
sha256 = "11wgsihfq72fav67c3igi0xbhbd6c5dj869byd1jkq0fbcz24cid";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
sourceRoot = "${pname}-${version}/${cargoRoot}";
name = "${pname}-${version}";
sha256 = "0bz3ig0pa3lchdd2yh94k9smqa6fwibmkdgd2lza3fw5bx30m5vj";
sha256 = "1i0sd2y4a5g1yqwcpw2ycp6p4p8sk5v7clblq756i5864j52v6w1";
};
cargoRoot = "src/rust";

View file

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