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

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

python311Packages.boto3-stubs: 1.34.30 -> 1.34.32
parents 12ffef6c 2f5cc3ab
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.30";
  version = "1.34.32";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-M45Yil5lhIS4ewhKNwPLW1s16xCJLma+HhXp5zDahQ0=";
    hash = "sha256-B38TsIVoYr7a+5K4SZuWBiTQb2hFlb5wH63lGo6WFe0=";
  };

  nativeBuildInputs = [