python311Packages.vulture: 2.10 -> 2.11

Changelog: https://github.com/jendrikseipp/vulture/releases/tag/v2.11
This commit is contained in:
Fabian Affolter
2024-01-22 00:18:26 +01:00
parent 684a50c593
commit be9cb56d62
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "vulture";
version = "2.10";
version = "2.11";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-KlwxYL/7p3WVtubfzEEgFr0qCc1LZs33+7qRNoSJn28=";
hash = "sha256-8Pu2C85lEarYfuBzbFAkVnN0kKgtkZpE5tkiYss18cI=";
};
postPatch = ''