python3Packages.cryptography: 2.9.1 -> 2.9.2

This commit is contained in:
Frederik Rietdijk 2020-05-09 12:01:45 +02:00
parent 5e97894c45
commit 51a4f9d4ca

View File

@ -22,11 +22,11 @@
buildPythonPackage rec {
pname = "cryptography";
version = "2.9.1"; # Also update the hash in vectors.nix
version = "2.9.2"; # Also update the hash in vectors.nix
src = fetchPypi {
inherit pname version;
sha256 = "13inbbc3vqv0vpfww65f8pj3isghbcrd3m63xfyd8swl9f5xc2yf";
sha256 = "a0c30272fb4ddda5f5ffc1089d7405b7a71b0b0f51993cb4e5dbb4590b2fc229";
};
outputs = [ "out" "dev" ];