python312Packages.awscrt: 0.21.5 -> 0.22.0 (#346744)

This commit is contained in:
Fabian Affolter 2024-10-07 20:32:47 +02:00 committed by GitHub
commit 624d2fbc3c
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.21.5";
version = "0.22.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-fsKmevMPvzhklN8Au9+Zb3AkAA32sBqxYAFK/vK5EAU=";
hash = "sha256-TKKwtJMo8D9aPd4tVlEy34rXTLonNSYS7Nn+JQXh13A=";
};
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [