python310Packages.caio: 0.9.8 -> 0.9.11

Diff: https://github.com/mosquito/caio/compare/refs/tags/0.9.8...0.9.11
This commit is contained in:
Fabian Affolter
2022-12-21 12:45:42 +01:00
parent 0776b54a89
commit 34b81fa3aa
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "caio";
version = "0.9.8";
version = "0.9.11";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "mosquito";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-hUG5EaraoKj3D3K+Qm2Nm1AFe19qwRy/FnEb1SXWKDM=";
hash = "sha256-BFlpjbC2yxwGtCAMfn1VM5zmioyN5fFNMJDDWceB+LE=";
};
checkInputs = [