python2Packages.cryptography: pin to 2.9.2

This commit is contained in:
Jonathan Ringer
2020-08-09 11:08:33 -07:00
committed by Jon
parent 23d6cd325f
commit 22cc69ca01
2 changed files with 78 additions and 1 deletions
+4 -1
View File
@@ -2464,7 +2464,10 @@ in {
cryptacular = callPackage ../development/python-modules/cryptacular { };
cryptography = callPackage ../development/python-modules/cryptography { };
cryptography = if isPy27 then
callPackage ../development/python-modules/cryptography/2.9.nix { }
else
callPackage ../development/python-modules/cryptography { };
cryptography_vectors = callPackage ../development/python-modules/cryptography/vectors.nix { };