python3Packages.cryptography: 45.0.2 -> 45.0.4 (#416504)

authored by Sandro and committed by GitHub 78a2fe26 7540ea81

+3 -3
+2 -2
pkgs/development/python-modules/cryptography/default.nix
··· 22 23 buildPythonPackage rec { 24 pname = "cryptography"; 25 - version = "45.0.2"; # Also update the hash in vectors.nix 26 pyproject = true; 27 28 disabled = pythonOlder "3.7"; ··· 31 owner = "pyca"; 32 repo = "cryptography"; 33 tag = version; 34 - hash = "sha256-SjlzEyX30b3LbEH5NOhCJvds9KuguTTdF2A0kbIysA4="; 35 }; 36 37 cargoDeps = rustPlatform.fetchCargoVendor {
··· 22 23 buildPythonPackage rec { 24 pname = "cryptography"; 25 + version = "45.0.4"; # Also update the hash in vectors.nix 26 pyproject = true; 27 28 disabled = pythonOlder "3.7"; ··· 31 owner = "pyca"; 32 repo = "cryptography"; 33 tag = version; 34 + hash = "sha256-rKgMUVj5IdeWIdLWQ4E6zhC6dwJMi+BRHCh2JG73Zgc="; 35 }; 36 37 cargoDeps = rustPlatform.fetchCargoVendor {
+1 -1
pkgs/development/python-modules/cryptography/vectors.nix
··· 15 src = fetchPypi { 16 pname = "cryptography_vectors"; 17 inherit version; 18 - hash = "sha256-U+PmRHxCmYVM+Rlb3Bn3sEZg3II/0upEaDBcIsrsGac="; 19 }; 20 21 build-system = [ flit-core ];
··· 15 src = fetchPypi { 16 pname = "cryptography_vectors"; 17 inherit version; 18 + hash = "sha256-+7BAjfj/LSs9vSkovFt/7r/dNvsJL6h5DVd4qbmh+e8="; 19 }; 20 21 build-system = [ flit-core ];