python311Packages.caio: 0.9.13 -> 0.9.17

This commit is contained in:
R. Ryantm 2024-05-31 23:54:35 +00:00
parent fcfad390d0
commit cbff260cc5

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "caio";
version = "0.9.13";
version = "0.9.17";
pyproject = true;
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "mosquito";
repo = "caio";
rev = "refs/tags/${version}";
hash = "sha256-Q87NuL6yZ5uKImQqqdKTMWNyfUOb4NaZDEvNdqZbHDk=";
hash = "sha256-aTJ02dCLb3CsT6KmJxkmOzwtg5nuXeBwz+mT7ZTTU9o=";
};
build-system = [ setuptools ];