python3Packages.awscrt: 0.28.4 -> 0.29.0

This commit is contained in:
R. Ryantm
2025-11-23 15:21:13 +00:00
parent 0a344e2c83
commit 86cc8e8c55
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "awscrt";
version = "0.28.4";
version = "0.29.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-0oNQlOktCj0XItA6/VSYMRWyFy1XWBpmStairz0zwSw=";
hash = "sha256-D6GHTFohd2G2IlQ5PTq3r2v+qUfLqH044XEdV2/WPTE=";
};
build-system = [ setuptools ];