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

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

python311Packages.boto3-stubs: 1.34.40 -> 1.34.42
parents 62fcc975 cce29d54
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.40";
  version = "1.34.42";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-rQpnx4/mR80rYR8/gtryVp4WQ3gdU8vIafGAYuF3rig=";
    hash = "sha256-wg/LCxaAvonBhZUaLIhAbn3NSKkYFCMbWfN9rWJJEIo=";
  };

  nativeBuildInputs = [