python311Packages.caio: 0.9.12 -> 0.9.13

Diff: https://github.com/mosquito/caio/compare/refs/tags/0.9.12...0.9.13

Changelog: https://github.com/mosquito/caio/releases/tag/0.9.13
This commit is contained in:
Fabian Affolter 2023-08-19 10:00:56 +02:00
parent 9a317fcf9d
commit 756b379235

View File

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