python3Packages.cryptography: 3.4.2 -> 3.4.4

Contains a few minor fixes and improvements.
This commit is contained in:
Michael Weiss
2021-02-11 15:14:37 +01:00
parent 7b1453f784
commit 939c9aa22c
2 changed files with 4 additions and 4 deletions
@@ -7,7 +7,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "0i888rrfn7116lj7f2nr4amd2z45sk6866zizjfpsn5wh2713cls";
sha256 = "0fh9fyghxi2qycq3rb6d9y46wh0k72s3afrp1n58sb61m8z3xddh";
};
# No tests included