Unverified Commit 5a9d785b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.botocore-stubs: 1.42.23 -> 1.42.24,...

python313Packages.botocore-stubs: 1.42.23 -> 1.42.24, python313Packages.boto3-stubs: 1.42.23 -> 1.42.24 (#478121)
parents 2dba7b06 349363a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -358,13 +358,13 @@

buildPythonPackage rec {
  pname = "boto3-stubs";
  version = "1.42.23";
  version = "1.42.24";
  pyproject = true;

  src = fetchPypi {
    pname = "boto3_stubs";
    inherit version;
    hash = "sha256-QMdhJiN8flf/bt7iAfj/9Cu5jLaiuyxEEibq35lVQ+4=";
    hash = "sha256-ehxEk2ss1kr7niYmrSZAZWXgHxYviLeokOWj/65C0Ok=";
  };

  build-system = [ setuptools ];
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildPythonPackage rec {
  pname = "botocore-stubs";
  version = "1.42.23";
  version = "1.42.24";
  pyproject = true;

  src = fetchPypi {
    pname = "botocore_stubs";
    inherit version;
    hash = "sha256-U4jpi+1dNU6Eh3LvBQr+urTHqmTva3qpwDBmyP6crO4=";
    hash = "sha256-9fviQCZ7JwNrEhejBN40vyv5kwh+BJowDRfW9S13mIs=";
  };

  nativeBuildInputs = [ setuptools ];
+2 −2
Original line number Diff line number Diff line
@@ -1424,8 +1424,8 @@ in
      "sha256-bxh+mhwsHHwt/cx/njegTa/QGHu+xa7YPg4SRos1deM=";

  mypy-boto3-workspaces =
    buildMypyBoto3Package "workspaces" "1.42.3"
      "sha256-YfqjqAgZDNBUqqhwXG/GXF+rkAaYa1NTkKW02zt7yjE=";
    buildMypyBoto3Package "workspaces" "1.42.24"
      "sha256-M+FLFC+5NZyLL9opOIIqXF6H5g3YvbqHJ4rpDKL0uKw=";

  mypy-boto3-workspaces-web =
    buildMypyBoto3Package "workspaces-web" "1.42.14"