python3Packages.awscrt: 0.27.4 -> 0.27.5

This commit is contained in:
R. Ryantm
2025-08-05 17:05:12 +00:00
parent 5ffee1fd59
commit 779a526b40
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "awscrt";
version = "0.27.4";
version = "0.27.5";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-yyPLdnyi48AAfImbKJ1mjSiusFVTTfNadBhHE19s2Rw=";
hash = "sha256-2TYEuzld19s3aWvLtHDtK9E/cgSExsTJ9GzzpoIF9xk=";
};
build-system = [ setuptools ];