Merge pull request #273728 from fabaff/awscrt-bump

python311Packages.awscrt: 0.19.18 -> 0.19.19
This commit is contained in:
Nick Cao 2023-12-12 13:51:36 -05:00 committed by GitHub
commit 0b157469b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "awscrt";
version = "0.19.18";
version = "0.19.19";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-NQtu/Y6+4ILqPz5SxZo8PsWUza8B24tIU9zrn+yQyJ0=";
hash = "sha256-HBURU13uFGpsJqOC7T6tViWaEFs7fX2CNVOuVn0Djf4=";
};
buildInputs = lib.optionals stdenv.isDarwin [