lol

Merge pull request #169053 from r-ryantm/auto-update/python3.10-types-cryptography

python310Packages.types-cryptography: 3.3.19 -> 3.3.20

authored by

Fabian Affolter and committed by
GitHub
ea3f5cf3 9a44cc9c

+2 -2
+2 -2
pkgs/development/python-modules/types-cryptography/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "types-cryptography"; 10 - version = "3.3.19"; 10 + version = "3.3.20"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "sha256-+VcTjwczMrnAfq2wgx76pXj9tgTlU6w41yxGeutLfCM="; 14 + sha256 = "sha256-u+9bZpcllvPNYbMJFxn8k14IHzu6h+zqVhvA27Fnh1M="; 15 15 }; 16 16 17 17 pythonImportsCheck = [