python312Packages.types-awscrt: 0.23.6 -> 0.23.8 (#377917)

This commit is contained in:
Fabian Affolter
2025-01-30 20:04:09 +01:00
committed by GitHub
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "types-awscrt";
version = "0.23.6";
version = "0.23.8";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "types_awscrt";
inherit version;
hash = "sha256-QFvOjCgfnnxskqIpIlzAvxDTBymmpgESMhM4m9UkuLE=";
hash = "sha256-IUE5Go9NNs8JhAbBnZBgs08TpVjCLUqtrCUKDFfRJxA=";
};
build-system = [ setuptools ];