Merge pull request #304538 from r-ryantm/auto-update/python311Packages.types-awscrt

python311Packages.types-awscrt: 0.20.5 -> 0.20.9
This commit is contained in:
Fabian Affolter 2024-04-17 10:11:14 +02:00 committed by GitHub
commit a45618041b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,13 +1,14 @@
{ lib
, buildPythonPackage
, fetchPypi
, poetry-core
, pythonOlder
{
lib,
buildPythonPackage,
fetchPypi,
poetry-core,
pythonOlder,
}:
buildPythonPackage rec {
pname = "types-awscrt";
version = "0.20.5";
version = "0.20.9";
pyproject = true;
disabled = pythonOlder "3.7";
@ -15,16 +16,12 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "types_awscrt";
inherit version;
hash = "sha256-YYEbv03pUkiTn5J2pDS+k9K5X2zP6KqU5WmZ6XeM/MI=";
hash = "sha256-ZImKL0okaPZiM8uMKcX2bekHz4C6HvW7E1mu8vgbtSE=";
};
nativeBuildInputs = [
poetry-core
];
build-system = [ poetry-core ];
pythonImportsCheck = [
"awscrt-stubs"
];
pythonImportsCheck = [ "awscrt-stubs" ];
meta = with lib; {
description = "Type annotations and code completion for awscrt";