python3Packages.pyproject-parser: 0.11.1 -> 0.13.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:55 +02:00
parent b334f11192
commit 1e02e05377
@@ -19,12 +19,12 @@
}:
buildPythonPackage rec {
pname = "pyproject-parser";
version = "0.11.1";
version = "0.13.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-0ejtu6OlSA6w/z/+j2lDuikFGZh4r/HLBZhJAKZhggE=";
hash = "sha256-/x3bXUJsbYs4rXPNotXK8/VohSy04M+Gk0XInoyg+3Y=";
};
build-system = [ setuptools ];