python3Packages.types-awscrt: 0.29.0 -> 0.29.2

This commit is contained in:
R. Ryantm
2025-12-05 07:12:13 +00:00
parent e019ef2611
commit f0a463a3e1
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "types-awscrt";
version = "0.29.0";
version = "0.29.2";
pyproject = true;
src = fetchPypi {
pname = "types_awscrt";
inherit version;
hash = "sha256-f4EECEYJXLr2Tmt5BAQ0dQ1PL0h1RNd0i3eMNJ05NRA=";
hash = "sha256-QeAeFNZGh3vTEOfjxJ/xk/g2FIC5Vo6XsWOXdQCbvvo=";
};
build-system = [ setuptools ];