python3Packages.pyproject-parser: 0.11.1 -> 0.13.0
This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user