python313Packages.awscrt: 0.25.7 -> 0.26.1 (#398771)

This commit is contained in:
Fabian Affolter
2025-04-16 11:32:29 +02:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "awscrt";
version = "0.25.7";
version = "0.26.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Nd4fqCQqlRo7pbOl6P+/kdTGpr/o5IjIMIrP6KDFe3w=";
hash = "sha256-qNY6fcxkhMXBZ1sxqNG2cmw9yFsTeW+xQ9+wByJgk14=";
};
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [