Unverified Commit 9859377c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.botocore-stubs: 1.40.61 -> 1.40.62,...

python313Packages.botocore-stubs: 1.40.61 -> 1.40.62, python313Packages.boto3-stubs: 1.40.61 -> 1.40.62 (#457070)
parents fc30b32f 01cd69e1
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.61";
  version = "1.40.62";
  pyproject = true;

  src = fetchPypi {
    pname = "boto3_stubs";
    inherit version;
    hash = "sha256-GDfhwp1516jQltYCNcuJz/n0FCRm2e4xDMH4Vi2jQO4=";
    hash = "sha256-73hYe2ywyLnoKoq52RDa8pagC8p2Wt6eNMxuj50bDvo=";
  };

  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.61";
  version = "1.40.62";
  pyproject = true;

  src = fetchPypi {
    pname = "botocore_stubs";
    inherit version;
    hash = "sha256-wgjZBmYT1pkMyj623Tovy+8e8CNo5d9nAcXjVzVSf+Q=";
    hash = "sha256-fZXH1kEflCQ/I3cp4NJ8W645GDoHcYPgW2PlKREJF6I=";
  };

  nativeBuildInputs = [ setuptools ];