python313Packages.types-awscrt: 0.28.1 -> 0.28.2 (#454926)

This commit is contained in:
Fabian Affolter
2025-10-24 12:59:29 +00:00
committed by GitHub
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "types-awscrt";
version = "0.28.1";
version = "0.28.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "types_awscrt";
inherit version;
hash = "sha256-Ztd+woPh3JB1JqRFEaEmJBGHI6OWw20/PdmFXLYUzhQ=";
hash = "sha256-Q0m2/Hsc2cnreCcB+yE4dduJqxeBIZwOlH3XxNnc1l4=";
};
build-system = [ setuptools ];