python3Packages.vulture: 2.7 -> 2.9.1

This commit is contained in:
Martin Weinelt
2023-09-27 15:34:37 +02:00
parent 9a45ea12b8
commit 9ff9e356f8
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "vulture";
version = "2.7";
version = "2.9.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-Z/uAoBTtn9tZndRLuWy1QxEDKhBBBvwucG73ptrYgDI=";
hash = "sha256-tqKqYytv1RSIqO6sZQq0pQm7GgMugZQ4F6ii5qY6MLM=";
};
postPatch = ''