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

python313Packages.botocore-stubs: 1.38.46 -> 1.40.21

parent 46b64676
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.38.46";
  version = "1.40.21";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "botocore_stubs";
    inherit version;
    hash = "sha256-oE5pdmq4uuM4kRwYl0kviNBc1InNdfBubrTxNfnajHs=";
    hash = "sha256-Gld35OTwM17X0xhbDypVwfxeoeYP4mTN6lGhccOwsBE=";
  };

  nativeBuildInputs = [ setuptools ];