Merge pull request #291378 from r-ryantm/auto-update/python311Packages.awscrt

python311Packages.awscrt: 0.20.3 -> 0.20.4
This commit is contained in:
OTABI Tomoya 2024-02-27 11:12:25 +09:00 committed by GitHub
commit 5b6a4893e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 [