Loading pkgs/development/python-modules/cryptography/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "cryptography"; version = "45.0.2"; # Also update the hash in vectors.nix version = "45.0.4"; # Also update the hash in vectors.nix pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -31,7 +31,7 @@ buildPythonPackage rec { owner = "pyca"; repo = "cryptography"; tag = version; hash = "sha256-SjlzEyX30b3LbEH5NOhCJvds9KuguTTdF2A0kbIysA4="; hash = "sha256-rKgMUVj5IdeWIdLWQ4E6zhC6dwJMi+BRHCh2JG73Zgc="; }; cargoDeps = rustPlatform.fetchCargoVendor { Loading pkgs/development/python-modules/cryptography/vectors.nix +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "cryptography_vectors"; inherit version; hash = "sha256-U+PmRHxCmYVM+Rlb3Bn3sEZg3II/0upEaDBcIsrsGac="; hash = "sha256-+7BAjfj/LSs9vSkovFt/7r/dNvsJL6h5DVd4qbmh+e8="; }; build-system = [ flit-core ]; Loading Loading
pkgs/development/python-modules/cryptography/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "cryptography"; version = "45.0.2"; # Also update the hash in vectors.nix version = "45.0.4"; # Also update the hash in vectors.nix pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -31,7 +31,7 @@ buildPythonPackage rec { owner = "pyca"; repo = "cryptography"; tag = version; hash = "sha256-SjlzEyX30b3LbEH5NOhCJvds9KuguTTdF2A0kbIysA4="; hash = "sha256-rKgMUVj5IdeWIdLWQ4E6zhC6dwJMi+BRHCh2JG73Zgc="; }; cargoDeps = rustPlatform.fetchCargoVendor { Loading
pkgs/development/python-modules/cryptography/vectors.nix +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "cryptography_vectors"; inherit version; hash = "sha256-U+PmRHxCmYVM+Rlb3Bn3sEZg3II/0upEaDBcIsrsGac="; hash = "sha256-+7BAjfj/LSs9vSkovFt/7r/dNvsJL6h5DVd4qbmh+e8="; }; build-system = [ flit-core ]; Loading