From 3e274af9706ef6a171ce632be2141f4a80901fdf Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 16 Jan 2025 09:47:29 +0100 Subject: [PATCH] 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 --- pkgs/development/python-modules/caio/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/caio/default.nix b/pkgs/development/python-modules/caio/default.nix index 6b9848124717..afe44020b9ce 100644 --- a/pkgs/development/python-modules/caio/default.nix +++ b/pkgs/development/python-modules/caio/default.nix @@ -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 ];