Commit 17c6551e authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.botocore-stubs: 1.42.19 -> 1.42.21

parent ce6dba98
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.42.19";
  version = "1.42.21";
  pyproject = true;

  src = fetchPypi {
    pname = "botocore_stubs";
    inherit version;
    hash = "sha256-L8rica8qJM1GFmJGWJsix2tJujBlazsMUEuSpJ/aHKI=";
    hash = "sha256-uCLIXoYW32bbMg1S2hLqESAWxlSPjAfH5UZSSsVc/0s=";
  };

  nativeBuildInputs = [ setuptools ];