Merge pull request #260652 from fabaff/awscrt-bump

python311Packages.awscrt: 0.19.1 -> 0.19.2
This commit is contained in:
OTABI Tomoya 2023-10-12 22:18:57 +09:00 committed by GitHub
commit 2c05f67832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 [