python3Packages.awscrt: 0.27.6 -> 0.28.4

This commit is contained in:
Morgan Helton
2025-11-18 21:55:43 -06:00
parent 60a4252252
commit b414f4d24b
@@ -11,20 +11,22 @@
buildPythonPackage rec {
pname = "awscrt";
version = "0.27.6";
version = "0.28.4";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-RfPdCz+xPfvqhW3ZbJrP53vrpXubAZRE7pYu0rdidt0=";
hash = "sha256-0oNQlOktCj0XItA6/VSYMRWyFy1XWBpmStairz0zwSw=";
};
build-system = [ setuptools ];
nativeBuildInputs = [ cmake ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ perl ];
hardeningDisable = [ "fortify" ]; # needed for jitterentropy
dontUseCmakeConfigure = true;
pythonImportsCheck = [ "awscrt" ];