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

python310Packages.awscrt: 0.13.5 -> 0.13.6
This commit is contained in:
Ryan Mulligan 2022-03-21 21:01:15 -07:00 committed by GitHub
commit 1cec41b727
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.5";
version = "0.13.6";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-dUNljMKsbl6eByhEYivWgRJczTBw3N1RVl8r3e898mg=";
hash = "sha256-aZ1Mquc4IfrdWjOaHMipjNb6gLGGbdKS8ah5b33eqGo=";
};
buildInputs = lib.optionals stdenv.isDarwin [