python310Packages.awscrt: 0.13.5 -> 0.13.6

This commit is contained in:
R. Ryantm 2022-03-20 09:47:07 +00:00
parent 6a300e5a27
commit 87b147a1f1

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 [