python311Packages.awscrt: 0.20.3 -> 0.20.4

This commit is contained in:
R. Ryantm 2024-02-25 15:42:28 +00:00
parent ad87500e1b
commit 855b66babf

View File

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