python311Packages.awscrt: 0.20.4 -> 0.20.5

This commit is contained in:
R. Ryantm 2024-03-03 17:19:38 +00:00
parent 5cb92fd712
commit 936900d91c

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "awscrt";
version = "0.20.4";
version = "0.20.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-SwbMIenB8aoZKzxq8xjQ3hmX9PzaccG4+y+fttq8NL8=";
hash = "sha256-v5zpSzU4M3G6tcvPnR4tLxjEhByDKz73qAor9yEjKdI=";
};
buildInputs = lib.optionals stdenv.isDarwin [