Commit 43c0e5c3 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.botocore-stubs: 1.38.30 -> 1.38.46

parent 7edddcfc
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.30";
  version = "1.38.46";
  pyproject = true;

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

  nativeBuildInputs = [ setuptools ];