python313Packages.caio: 0.9.17 -> 0.9.21

Diff: https://github.com/mosquito/caio/compare/refs/tags/0.9.17...0.9.21

Changelog: https://github.com/mosquito/caio/releases/tag/0.9.21
This commit is contained in:
Fabian Affolter
2025-01-16 09:47:29 +01:00
parent 7eabdc0124
commit 3e274af970
@@ -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 ];