python2Packages.cryptography-vectors: pin at 2.9.2

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