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

python311Packages.awscrt: 0.20.6 -> 0.20.9
This commit is contained in:
Nick Cao 2024-04-22 14:51:46 -04:00 committed by GitHub
commit ec9c850780
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "awscrt";
version = "0.20.6";
version = "0.20.9";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-4LcUK7Zx1EVE2HlyhUbf1NnH7EYNEyJNXacwvqePkW0=";
hash = "sha256-JDeFrJ7mSUXgR5wjhDJVRfKVl1dXQ86Ew3FVbRAU5j4=";
};
buildInputs = lib.optionals stdenv.isDarwin [