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

python310Packages.awscrt: 0.13.6 -> 0.13.7
This commit is contained in:
Fabian Affolter 2022-04-03 20:42:30 +02:00 committed by GitHub
commit e79298b71a
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.6";
version = "0.13.7";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-aZ1Mquc4IfrdWjOaHMipjNb6gLGGbdKS8ah5b33eqGo=";
hash = "sha256-FCmdYuXh8+nWfeGbJ9IhfwASFsZoxOp7jL+5/TrtG5Q=";
};
buildInputs = lib.optionals stdenv.isDarwin [