Unverified Commit af9c1560 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #265408 from r-ryantm/auto-update/python310Packages.boto3-stubs

python310Packages.boto3-stubs: 1.28.64 -> 1.28.78
parents 1ec258be 3d65d447
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -363,12 +363,12 @@

buildPythonPackage rec {
  pname = "boto3-stubs";
  version = "1.28.64";
  version = "1.28.78";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-zky/LBr6GhTFw8xWp094wMGISAzalgom+Zi5P/FjzgY=";
    hash = "sha256-LPjWdNfoXewM9M4I/jGqExgpzHq9NvIZ5ymslTUfTe4=";
  };

  propagatedBuildInputs = [