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

python3Packages.boto3-stubs: 1.43.1 -> 1.43.2

parent 9e2f8f03
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.43.1";
  version = "1.43.2";
  pyproject = true;

  src = fetchPypi {
    pname = "boto3_stubs";
    inherit (finalAttrs) version;
    hash = "sha256-vYe75R4IjHXuxpUPxGuQh5rWPoyLZ7FYJ1xcZkIz59w=";
    hash = "sha256-DUZjbz52GpIHARSzmnaxVMXabFeUyJDhRAp/GRvx/y4=";
  };

  build-system = [ setuptools ];