python3Packages.awscrt: 0.27.5 -> 0.27.6

This commit is contained in:
R. Ryantm 2025-08-14 17:39:49 +00:00
parent aebb310757
commit f0ae0ece71

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "awscrt";
version = "0.27.5";
version = "0.27.6";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-2TYEuzld19s3aWvLtHDtK9E/cgSExsTJ9GzzpoIF9xk=";
hash = "sha256-RfPdCz+xPfvqhW3ZbJrP53vrpXubAZRE7pYu0rdidt0=";
};
build-system = [ setuptools ];