python312Packages.types-awscrt: 0.23.8 -> 0.23.9

Changelog: https://github.com/youtype/types-awscrt/releases/tag/0.23.9
This commit is contained in:
Fabian Affolter
2025-02-05 11:30:20 +01:00
parent 0e10f92e9e
commit a62f5eea45
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "types-awscrt";
version = "0.23.8";
version = "0.23.9";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "types_awscrt";
inherit version;
hash = "sha256-IUE5Go9NNs8JhAbBnZBgs08TpVjCLUqtrCUKDFfRJxA=";
hash = "sha256-V+xo1F74c0WN9zB+yAV4pjNGlvCIVJqzScPWVefjVis=";
};
build-system = [ setuptools ];