Unverified Commit ad18cf08 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #289415 from r-ryantm/auto-update/python311Packages.boto3-stubs

python311Packages.boto3-stubs: 1.34.42 -> 1.34.44
parents 560dcb41 5c16ded5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -365,14 +365,14 @@

buildPythonPackage rec {
  pname = "boto3-stubs";
  version = "1.34.42";
  version = "1.34.44";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-wg/LCxaAvonBhZUaLIhAbn3NSKkYFCMbWfN9rWJJEIo=";
    hash = "sha256-FXLl1Ro/kpZE6qRQqTKYDPmgDjKbJjzgpTAtdEolVMM=";
  };

  nativeBuildInputs = [