python3Packages.awscrt: 0.26.1 -> 0.27.1 (#406267)

This commit is contained in:
Fabian Affolter
2025-05-12 00:08:49 +02:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "awscrt";
version = "0.26.1";
version = "0.27.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-qNY6fcxkhMXBZ1sxqNG2cmw9yFsTeW+xQ9+wByJgk14=";
hash = "sha256-/OuYnJEAGTTHp2TlwLpo18vTOeBUJg3DUpHzJFuIWcs=";
};
build-system = [ setuptools ];