python3Packages.cryptography: 3.1 -> 3.1.1

gstqt5
Michael Weiss 2020-09-22 22:00:52 +02:00
parent 7bff759fac
commit 6afb5823e1
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83
2 changed files with 3 additions and 3 deletions

View File

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

View File

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