python311Packages.awscrt: 0.19.2 -> 0.19.3

This commit is contained in:
R. Ryantm 2023-10-17 14:56:35 +00:00
parent 02f1909394
commit 38a9cbef98

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "awscrt";
version = "0.19.2";
version = "0.19.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-7qIPIZW2OiNTV/obZmqInQtfw9GIgQe1Gh3GuAlwHLI=";
hash = "sha256-UMIzuGZBff/7szG3CuO3oHZOfY4WcYqW9mUAGFBWLvA=";
};
buildInputs = lib.optionals stdenv.isDarwin [