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

python312Packages.boto3-stubs: 1.35.87 -> 1.35.88 (#368521)

parents a7e1f3fc d7864a4b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -359,7 +359,7 @@

buildPythonPackage rec {
  pname = "boto3-stubs";
  version = "1.35.87";
  version = "1.35.88";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "boto3_stubs";
    inherit version;
    hash = "sha256-hcGlTzDjO1qzlGEzJ1vvP84feuj9l1JVMjEPVzvQ444=";
    hash = "sha256-EWAlHIz8xYHO0/kNkAvmOVpZb5fG8UPGZepO33XNoYw=";
  };

  build-system = [ setuptools ];