python310Packages.awscrt: 0.13.7 -> 0.13.8

This commit is contained in:
R. Ryantm 2022-04-05 08:47:28 +00:00
parent 996a9c24d5
commit c663fe9e1f

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 [