python3Packages.cryptography: 3.2 -> 3.2.1

Changelog:
- Disable blinding on RSA public keys to address an error with some
  versions of OpenSSL.
This commit is contained in:
Michael Weiss
2020-10-29 12:20:02 -07:00
committed by Jonathan Ringer
parent bc2b206f3a
commit c2694ef30d
2 changed files with 3 additions and 3 deletions
@@ -7,7 +7,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "1r4qzmm15mrmlblrmxxvqg3jfy3s5bbn9cfhd7fkpixvs3zhcpvq";
sha256 = "12dq1grn0bjj7c6sj6apd6328525n7xq4kbbmww63sn3x7081vls";
};
# No tests included