python311Packages.types-awscrt: 0.20.4 -> 0.20.5

Changelog: https://github.com/youtype/types-awscrt/releases/tag/0.20.5
This commit is contained in:
Fabian Affolter 2024-03-01 12:15:43 +01:00
parent bbfd38289c
commit 6c278a718c

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "types-awscrt";
version = "0.20.4";
version = "0.20.5";
pyproject = true;
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "types_awscrt";
inherit version;
hash = "sha256-ECRVcMcoXpSTYrSucQxUvyhdZKJ0U9QnYkd7zuXNd6M=";
hash = "sha256-YYEbv03pUkiTn5J2pDS+k9K5X2zP6KqU5WmZ6XeM/MI=";
};
nativeBuildInputs = [