python311Packages.awscrt: 0.19.1 -> 0.19.2

Changelog: https://github.com/awslabs/aws-crt-python/releases/tag/v0.19.2
This commit is contained in:
Fabian Affolter 2023-10-12 11:58:24 +02:00
parent ba0e049eb2
commit b32615f6d4

View file

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