python310Packages.caio: 0.9.11 -> 0.9.12

Changelog: https://github.com/mosquito/caio/releases/tag/0.9.12
This commit is contained in:
Fabian Affolter
2023-03-06 11:53:43 +01:00
parent 6dca2bd6cd
commit 9e6c5da715

View File

@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "caio";
version = "0.9.11";
version = "0.9.12";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "mosquito";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-BFlpjbC2yxwGtCAMfn1VM5zmioyN5fFNMJDDWceB+LE=";
hash = "sha256-uMq/3yWP9OwaVxixGAFCLMsDPoJhmIuG0I7hO7AnIOk=";
};
nativeCheckInputs = [