python312Packages.awscrt: 0.23.10 -> 0.24.2

This commit is contained in:
R. Ryantm
2025-03-15 08:23:37 +00:00
parent b3696b3b30
commit d6405892b6
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "awscrt";
version = "0.23.10";
version = "0.24.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-M5S+PraZCZprzX2KcsAxD1Vy4Y2IswNWklZzC+iHjw4=";
hash = "sha256-sqa/+5nFbDYmjRNZrYM8F58xrnlsz77Zv1XDSEbhMdA=";
};
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [