python3Packages.compreffor: 0.5.6 -> 0.6.0

https://github.com/googlefonts/compreffor/releases/tag/0.6.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:32:29 +01:00
parent 72bd78aca5
commit 2ada5007a9
@@ -10,19 +10,16 @@
buildPythonPackage rec {
pname = "compreffor";
version = "0.5.6";
version = "0.6.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-icE9GDf5SD/gmqZrGe30SQ7ghColye3VIytSXaI/EA4=";
hash = "sha256-fqA0pQxZzHhzLxSABA6sK7Nvgmzi62B8MCm104qxG6g=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail '"setuptools_git_ls_files",' ""
substituteInPlace setup.py \
--replace-fail ', "setuptools_git_ls_files"' ""
sed -i "/setuptools_git_ls_files/d" pyproject.toml
'';
build-system = [