python312Packages.awscrt: 0.22.0 -> 0.23.0

This commit is contained in:
R. Ryantm 2024-11-16 05:14:31 +00:00
parent 8a95f3f42b
commit 655d7913fe

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "awscrt";
version = "0.22.0";
version = "0.23.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-TKKwtJMo8D9aPd4tVlEy34rXTLonNSYS7Nn+JQXh13A=";
hash = "sha256-/fV2FX2CMt3jjpnJ4XjhfWVa1yWmWna7eYO/6npPxig=";
};
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [