Merge pull request #167307 from r-ryantm/auto-update/python3.10-awscrt

python310Packages.awscrt: 0.13.7 -> 0.13.8
This commit is contained in:
Ryan Mulligan 2022-04-05 15:43:49 -07:00 committed by GitHub
commit 4bfd31e4e0
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.13.7";
version = "0.13.8";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-FCmdYuXh8+nWfeGbJ9IhfwASFsZoxOp7jL+5/TrtG5Q=";
hash = "sha256-n1ckAHU31Lo/CdhKxa4sOWuNLg565BB0XKcmpZovCMs=";
};
buildInputs = lib.optionals stdenv.isDarwin [