Unverified Commit aa42d91e authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #292752 from fabaff/botocore-stubs-bump

python311Packages.botocore-stubs: 1.34.53 -> 1.34.54
parents 05a33a81 d24c91fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "botocore-stubs";
  version = "1.34.53";
  version = "1.34.54";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "botocore_stubs";
    inherit version;
    hash = "sha256-41fme2SpxtfeEOdmzSxmWJJkJXRG26bl7hwt/Ltjvlw=";
    hash = "sha256-lY8AhDItyeVJ9zFRtob6UbFYWPsrOlc7n0Nn8HP/9GM=";
  };

  nativeBuildInputs = [