python312Packages.awscrt: 0.21.2 -> 0.21.4

This commit is contained in:
R. Ryantm
2024-09-06 02:56:09 +00:00
parent cd9074db20
commit 7f7ba0c419
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "awscrt";
version = "0.21.2";
version = "0.21.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-N6zijQ16kfkIYt0plIcqFZYre08TduC3sBqCGVRhFQc=";
hash = "sha256-pzvkFOB96OFLzdNmoB2uuIiTzyYOP10Lzjs0HF+ElGY=";
};
buildInputs = lib.optionals stdenv.isDarwin [