Commit c5b56451 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.botocore-stubs: 1.34.147 -> 1.34.149

parent aab2e118
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "botocore-stubs";
  version = "1.34.147";
  version = "1.34.149";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "botocore_stubs";
    inherit version;
    hash = "sha256-1px1txwv4UVrckZT9YatzVv2YP9tEE7LasXvtA/PNjs=";
    hash = "sha256-DXtB2XIGpZV+vJXjP3qGXTOMRARTWqpaHTLNP6XR6og=";
  };

  nativeBuildInputs = [ poetry-core ];