Unverified Commit 41580ac2 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #312529 from r-ryantm/auto-update/python311Packages.boto3-stubs

python311Packages.boto3-stubs: 1.34.107 -> 1.34.108
parents a24ecee8 971285ca
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.107";
  version = "1.34.108";
  pyproject = true;

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

  build-system = [ setuptools ];