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

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

python311Packages.boto3-stubs: 1.34.48 -> 1.34.49
parents 07ff912d 1ce0f9b3
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.48";
  version = "1.34.49";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-8MKDQUYTza7LtrJk70A9niRF5W3JTvsFGEtPXKqrQVg=";
    hash = "sha256-l21X4VqWJUfeTnWo+2BRWYRpK3IQdDBbiK5Nelav4eU=";
  };

  nativeBuildInputs = [