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

python313Packages.boto3-stubs: 1.42.37 -> 1.42.38

parent fa9278f7
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.37";
  version = "1.42.38";
  pyproject = true;

  src = fetchPypi {
    pname = "boto3_stubs";
    inherit (finalAttrs) version;
    hash = "sha256-FiBRmlW7smzr7ZW22PJrqWuOqR2t0F6vw7jxelh+IQg=";
    hash = "sha256-ZOPT//RnC2d+8cWUrMoIFw1ENICl/PROydy+FDsrXuQ=";
  };

  build-system = [ setuptools ];