From 40c3141d97b05f81eeb4af02e93b34eedc09f41f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 19 Apr 2025 12:41:43 +0200 Subject: [PATCH] python313Packages.caio: 0.9.21 -> 0.9.22 Diff: https://github.com/mosquito/caio/compare/refs/tags/0.9.21...refs/tags/0.9.22 Changelog: https://github.com/mosquito/caio/releases/tag/0.9.22 --- 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 afe44020b9ce..ae4a10952868 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.21"; + version = "0.9.22"; pyproject = true; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "mosquito"; repo = "caio"; tag = version; - hash = "sha256-WP4LfC0VCpR5HiMmxPSeZbcCbTbSpmwEjEGdDptuOQY="; + hash = "sha256-O86SLZ+8bzPYtvLnmY5gLPYLWvNaktQwIEQckJR15LI="; }; build-system = [ setuptools ];