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

python3Packages.boto3-stubs: 1.40.49 -> 1.40.50 (#451247)

parents 4be12c69 1c40ac1d
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -351,7 +351,6 @@
  mypy-boto3-workspaces,
  mypy-boto3-workspaces-web,
  mypy-boto3-xray,
  pythonOlder,
  setuptools,
  types-s3transfer,
  typing-extensions,
@@ -359,15 +358,13 @@

buildPythonPackage rec {
  pname = "boto3-stubs";
  version = "1.40.49";
  version = "1.40.50";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    pname = "boto3_stubs";
    inherit version;
    hash = "sha256-ibamRZP51BuARy1iSBSMQe7FaRcukXUxI4KDjqfwkJI=";
    hash = "sha256-KYKK38uGKbXihUaOuJYQ8fxx+WStCRPeMEmgqdXeC+E=";
  };

  build-system = [ setuptools ];