Commit 07e74c84 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.botocore-stubs: 1.31.79 -> 1.33.0

parent c76b72ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "botocore-stubs";
  version = "1.31.79";
  version = "1.33.0";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "botocore_stubs";
    inherit version;
    hash = "sha256-ZEiLnziQX4pgBBmY+dyUV1QiLZAKM0W0SQWWZ4kMLBc=";
    hash = "sha256-9f8WY8hvxlPbFk6zYTH+80sOxa51hPWVZNpuqBA9IPQ=";
  };

  nativeBuildInputs = [