python3Packages.cryptography: 3.1 -> 3.1.1

This commit is contained in:
Michael Weiss
2020-09-22 22:00:52 +02:00
parent 7bff759fac
commit 6afb5823e1
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" ];