Unverified Commit 78a2fe26 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parents 7540ea81 09704779
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
    owner = "pyca";
    repo = "cryptography";
    tag = version;
    hash = "sha256-SjlzEyX30b3LbEH5NOhCJvds9KuguTTdF2A0kbIysA4=";
    hash = "sha256-rKgMUVj5IdeWIdLWQ4E6zhC6dwJMi+BRHCh2JG73Zgc=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
+1 −1
Original line number Diff line number Diff line
@@ -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 ];