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

Merge pull request #318217 from fabaff/boto3-stubs-bump

python312Packages.boto3-stubs: 1.34.121 -> 1.34.122, python312Packages.botocore-stubs: 1.34.121 -> 1.34.122
parents 71099cdf b030a246
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -366,7 +366,7 @@

buildPythonPackage rec {
  pname = "boto3-stubs";
  version = "1.34.121";
  version = "1.34.122";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -374,7 +374,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "boto3_stubs";
    inherit version;
    hash = "sha256-tqLJmBDBbkfVmHKmYSW/6H1a+5e1YTZXoVxoddXjU24=";
    hash = "sha256-gJdKU5mNiAr5dMVNWE/XBzOxD4QkbkDnRY6vTTsnoXY=";
  };

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

buildPythonPackage rec {
  pname = "botocore-stubs";
  version = "1.34.121";
  version = "1.34.122";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "botocore_stubs";
    inherit version;
    hash = "sha256-8OvFc9QA/HxK1thXU+N9pi8oZenlTH01KAtifZuoS94=";
    hash = "sha256-oX1MW1o8EOj6tm3Bf78qHbzJ2mC44J0jps+FHM7b+q8=";
  };

  nativeBuildInputs = [ poetry-core ];