python313Packages.caio: 0.9.17 -> 0.9.21 (#374258)

This commit is contained in:
Nick Cao
2025-01-16 10:19:31 -05:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "caio";
version = "0.9.17";
version = "0.9.21";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "mosquito";
repo = "caio";
tag = version;
hash = "sha256-aTJ02dCLb3CsT6KmJxkmOzwtg5nuXeBwz+mT7ZTTU9o=";
hash = "sha256-WP4LfC0VCpR5HiMmxPSeZbcCbTbSpmwEjEGdDptuOQY=";
};
build-system = [ setuptools ];