Commit c86d6b43 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.botocore-stubs: 1.42.18 -> 1.42.19

parent 892408c5
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.18";
  version = "1.42.19";
  pyproject = true;

  src = fetchPypi {
    pname = "botocore_stubs";
    inherit version;
    hash = "sha256-FfL3cVoh1ELB763GCHbSl3Diu4RBxhw7hquQEi+/1LU=";
    hash = "sha256-L8rica8qJM1GFmJGWJsix2tJujBlazsMUEuSpJ/aHKI=";
  };

  nativeBuildInputs = [ setuptools ];