python310Packages.awscrt: 0.13.9 -> 0.13.11

This commit is contained in:
R. Ryantm 2022-04-29 07:28:51 +00:00
parent 95261182f0
commit 204f37f268

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "awscrt";
version = "0.13.9";
version = "0.13.11";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-9XUzHfezr+bhQt6OKYiVEaCHqqWE6J7Y4Rj3MmaMAXA=";
hash = "sha256-Yx3I3RD57Nx6Cvm4moc5zmMbdsHeYiMghDfbQUor38E=";
};
buildInputs = lib.optionals stdenv.isDarwin [