Unverified Commit 97d92b5c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.mypy-boto3-*: updates (#463479)

parents c3b6a592 48e10673
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.40.75";
  version = "1.41.0";
  pyproject = true;

  src = fetchPypi {
    pname = "boto3_stubs";
    inherit version;
    hash = "sha256-W7qRetSy2QWmrkzwesXoK90GgVolt0rsc46RFb122KM=";
    hash = "sha256-dNE48tL19IFAvoHWgHIrAZTgm8340ggKkUwh0nfCz+M=";
  };

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

buildPythonPackage rec {
  pname = "botocore-stubs";
  version = "1.40.75";
  version = "1.40.76";
  pyproject = true;

  src = fetchPypi {
    pname = "botocore_stubs";
    inherit version;
    hash = "sha256-Lok+HCZcSvbaNp2JGMmVeuY4dbhzXNRevIJNX+3Wr9U=";
    hash = "sha256-Jh1R5xoWSpOr+calx3nFZk0wfsRFDekXrZy+fCl4IiM=";
  };

  nativeBuildInputs = [ setuptools ];
+662 −662

File changed.

Preview size limit exceeded, changes collapsed.