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

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

python312Packages.boto3-stubs: 1.34.108 -> 1.34.109
parents e24a3d18 c6005d83
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.108";
  version = "1.34.109";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -374,7 +374,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "boto3_stubs";
    inherit version;
    hash = "sha256-4T5VsYHuwOwZD0qpHgxKuZ7KTBxBdOFq7cVLuygOYXk=";
    hash = "sha256-h/soM0T7nH4jMl82FCy4C15aJJCdP6Bvf2doGYt+sWg=";
  };

  build-system = [ setuptools ];