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

python3Packages.boto3-stubs: 1.42.96 -> 1.42.97

parent a9345d25
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -358,13 +358,13 @@

buildPythonPackage (finalAttrs: {
  pname = "boto3-stubs";
  version = "1.42.96";
  version = "1.42.97";
  pyproject = true;

  src = fetchPypi {
    pname = "boto3_stubs";
    inherit (finalAttrs) version;
    hash = "sha256-HngZw00ero5ePPr50UT9ytZarRhLOASIhx3h0LKFGHk=";
    hash = "sha256-9/R3WwhR/22w4/sJcGSvZDfk3jG3l9h0pzcQSZjgKMY=";
  };

  build-system = [ setuptools ];