Merge pull request #250140 from fabaff/caio-bump

python311Packages.caio: 0.9.12 -> 0.9.13
This commit is contained in:
Fabian Affolter 2023-08-19 14:36:26 +02:00 committed by GitHub
commit 9ee0672cb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [