python3Packages.invoke: 1.7.1 -> 1.7.3

This commit is contained in:
zowoq
2022-11-06 07:43:53 +10:00
parent 63c6f49a35
commit afbe7cc835
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "invoke";
version = "1.7.1";
version = "1.7.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-e23q9YXu4KhIIF0LjAAUub9vKHqOt5iBimQt/x3xSxk=";
hash = "sha256-QbQoNC1GaoITXVqzcRloWpiXE3Qr5G5Co6OZ1oVXkxQ=";
};
postPatch = ''