Skip to content

Commit

Permalink
python313Packages.caio: 0.9.17 -> 0.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 16, 2025
1 parent 7eabdc0 commit 3e274af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/caio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

buildPythonPackage rec {
pname = "caio";
version = "0.9.17";
version = "0.9.21";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "mosquito";
repo = "caio";
tag = version;
hash = "sha256-aTJ02dCLb3CsT6KmJxkmOzwtg5nuXeBwz+mT7ZTTU9o=";
hash = "sha256-WP4LfC0VCpR5HiMmxPSeZbcCbTbSpmwEjEGdDptuOQY=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 3e274af

Please sign in to comment.