From b3a6861647e6c0cd59fa481ff1afe6fc4b94cc5a Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Wed, 6 Sep 2023 10:55:51 +1000 Subject: [PATCH] python310Packages.invoke: 2.0.0 -> 2.2.0 Changelog: https://www.pyinvoke.org/changelog.html --- pkgs/development/python-modules/invoke/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/invoke/default.nix b/pkgs/development/python-modules/invoke/default.nix index e388cccf5932..bf23cfbbcdd5 100644 --- a/pkgs/development/python-modules/invoke/default.nix +++ b/pkgs/development/python-modules/invoke/default.nix @@ -7,12 +7,12 @@ buildPythonPackage rec { pname = "invoke"; - version = "2.0.0"; + version = "2.2.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-erXdnNdreH1WCnixqYENJSNnq1lZhcUGEnAr4h1nHdc="; + hash = "sha256-7my7EBrxqFnH/oTyomTAWQILDLf+NTX5QkMAq1aPa9U="; }; postPatch = '' @@ -34,6 +34,7 @@ buildPythonPackage rec { ''; meta = with lib; { + changelog = "https://www.pyinvoke.org/changelog.html"; description = "Pythonic task execution"; homepage = "https://www.pyinvoke.org/"; license = licenses.bsd2;