From 34b81fa3aabc269e763d8a800d5f7baae0cfcd6b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 21 Dec 2022 12:10:57 +0100 Subject: [PATCH 1/2] python310Packages.caio: 0.9.8 -> 0.9.11 Diff: https://github.com/mosquito/caio/compare/refs/tags/0.9.8...0.9.11 --- pkgs/development/python-modules/caio/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/caio/default.nix b/pkgs/development/python-modules/caio/default.nix index 28ba5a2f4d1..3c3ef0767c0 100644 --- a/pkgs/development/python-modules/caio/default.nix +++ b/pkgs/development/python-modules/caio/default.nix @@ -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 = [ From ea1fe3fb8f56015d74d4946a8cf5278f85fedf0e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 21 Dec 2022 12:46:45 +0100 Subject: [PATCH 2/2] python3Packages.caio: add changelog to meta --- pkgs/development/python-modules/caio/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/caio/default.nix b/pkgs/development/python-modules/caio/default.nix index 3c3ef0767c0..e140cf22925 100644 --- a/pkgs/development/python-modules/caio/default.nix +++ b/pkgs/development/python-modules/caio/default.nix @@ -32,6 +32,7 @@ buildPythonPackage rec { meta = with lib; { description = "File operations with asyncio support"; homepage = "https://github.com/mosquito/caio"; + changelog = "https://github.com/mosquito/caio/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; };