python3Packages.vulture: 2.11 -> 2.12

https://github.com/jendrikseipp/vulture/releases/tag/v2.12
This commit is contained in:
Martin Weinelt
2024-10-13 11:09:42 +02:00
parent 3e5d80da61
commit 6d78293933
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "vulture";
version = "2.11";
version = "2.12";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-8Pu2C85lEarYfuBzbFAkVnN0kKgtkZpE5tkiYss18cI=";
hash = "sha256-w16Y6ZLrhLAc2tv+sKyi1ENj59/mwZQW9lABrmk2DMw=";
};
postPatch = ''