Merge pull request #101751 from primeos/python-cryptography

python3Packages.cryptography: 3.1.1 -> 3.2 (security, CVE-2020-25659)
This commit is contained in:
Michael Weiss 2020-10-28 14:03:42 +01:00 committed by GitHub
commit 41822ddb93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -22,11 +22,11 @@
buildPythonPackage rec {
pname = "cryptography";
version = "3.1.1"; # Also update the hash in vectors.nix
version = "3.2"; # Also update the hash in vectors.nix
src = fetchPypi {
inherit pname version;
sha256 = "0z81q4d1nangw3r0v5f41mfl4d9r04qnbayl5ll5v5jpcfhwd7wx";
sha256 = "1afcw79yg4bvw4v4l6dvkhnphi3jzrdpq7s4900ikpyyz229ny74";
};
outputs = [ "out" "dev" ];

View File

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