python311Packages.awscrt: 0.19.19 -> 0.20.3

This commit is contained in:
R. Ryantm
2024-01-28 23:23:03 +00:00
parent 15fcb26b3c
commit 1be73c7684
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "awscrt";
version = "0.19.19";
version = "0.20.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-HBURU13uFGpsJqOC7T6tViWaEFs7fX2CNVOuVn0Djf4=";
hash = "sha256-xB5HHDSUKHYGosbCa4/pesx0uJQarp2aEhpHDBmDh1g=";
};
buildInputs = lib.optionals stdenv.isDarwin [