python3Packages.invoke: 1.7.3 -> 2.0.0

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:25 +01:00
parent 02c6a5257f
commit 28329fd42e

View File

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "invoke";
version = "1.7.3";
version = "2.0.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-QbQoNC1GaoITXVqzcRloWpiXE3Qr5G5Co6OZ1oVXkxQ=";
hash = "sha256-erXdnNdreH1WCnixqYENJSNnq1lZhcUGEnAr4h1nHdc=";
};
postPatch = ''