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

python313Packages.botocore-stubs: 1.41.5 -> 1.41.6

parent 3c7dbcf9
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.41.5";
  version = "1.41.6";
  pyproject = true;

  src = fetchPypi {
    pname = "botocore_stubs";
    inherit version;
    hash = "sha256-bUwwxZ4M05AxwyPXhmfYzfNUY6msEXV/ALDSJLV7fkQ=";
    hash = "sha256-K1NXTE6k+NWIflFu8iCLmW/ZiPwqYT9nbqkURZfyDNI=";
  };

  nativeBuildInputs = [ setuptools ];