python3Packages.aiogithubapi: fix version substitution
This commit is contained in:
parent
8594c60e13
commit
9fc7188c27
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ buildPythonPackage rec {
|
||||||
# Upstream is releasing with the help of a CI to PyPI, GitHub releases
|
# Upstream is releasing with the help of a CI to PyPI, GitHub releases
|
||||||
# are not in their focus
|
# are not in their focus
|
||||||
substituteInPlace pyproject.toml \
|
substituteInPlace pyproject.toml \
|
||||||
--replace 'version="main",' 'version="${version}",'
|
--replace 'version = "0"' 'version = "${version}"'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
|
|
Loading…
Reference in a new issue