python313Packages.types-awscrt: 0.27.6 -> 0.28.1

Changelog: https://github.com/youtype/types-awscrt/releases/tag/0.28.1
This commit is contained in:
Fabian Affolter
2025-10-17 12:38:14 +02:00
parent b9a1287866
commit 04bb76d9fc
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "types-awscrt";
version = "0.27.6";
version = "0.28.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "types_awscrt";
inherit version;
hash = "sha256-nT8YZak7iywy8TdRSsiMsEi1vEOHOZRboZ2XJpiZW/s=";
hash = "sha256-Ztd+woPh3JB1JqRFEaEmJBGHI6OWw20/PdmFXLYUzhQ=";
};
build-system = [ setuptools ];