Merge pull request #316289 from r-ryantm/auto-update/python311Packages.caio

python311Packages.caio: 0.9.13 -> 0.9.17
This commit is contained in:
Nick Cao 2024-06-01 09:53:47 -04:00 committed by GitHub
commit 25c2cf9de1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];