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

Merge pull request #294230 from fabaff/boto3-stubs-bump

python311Packages.boto3-stubs: 1.34.57 -> 1.34.58
parents 0598fed8 a181d6ca
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.57";
  version = "1.34.58";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-K3Jxu2h23GprPx5hlEcdpd6qks6cTuVqv0LeDcOb5FY=";
    hash = "sha256-FOqFo1X5hL19wX45I3v8JMOlVHn7y4fxfAAmm9laK0Q=";
  };

  nativeBuildInputs = [