Commit f235f782 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.boto3-stubs: 1.40.18 -> 1.40.20

parent 6306c3c6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -359,7 +359,7 @@

buildPythonPackage rec {
  pname = "boto3-stubs";
  version = "1.40.18";
  version = "1.40.20";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "boto3_stubs";
    inherit version;
    hash = "sha256-mkNu1E9E2xYoyqQ6cbXvHZeo6e8YZadGOy7Nymm6qCs=";
    hash = "sha256-Wv2WCM7csPgJOcL+i8J3vAi8V0OlrtdiaMozyc7G9X0=";
  };

  build-system = [ setuptools ];