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

python313Packages.botocore-stubs: 1.40.74 -> 1.40.75

parent 13aa4385
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildPythonPackage rec {
  pname = "botocore-stubs";
  version = "1.40.74";
  version = "1.40.75";
  pyproject = true;

  src = fetchPypi {
    pname = "botocore_stubs";
    inherit version;
    hash = "sha256-CIslnEUAEn7MM9TN6nhdUOADWyRWp5TqqCzlLLOHEQc=";
    hash = "sha256-Lok+HCZcSvbaNp2JGMmVeuY4dbhzXNRevIJNX+3Wr9U=";
  };

  nativeBuildInputs = [ setuptools ];