0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python3Packages.aiogithubapi: fix version substitution

This commit is contained in:
Martin Weinelt 2022-08-03 11:34:11 +02:00
parent 8594c60e13
commit 9fc7188c27
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -45,7 +45,7 @@ buildPythonPackage rec {
# Upstream is releasing with the help of a CI to PyPI, GitHub releases
# are not in their focus
substituteInPlace pyproject.toml \
--replace 'version="main",' 'version="${version}",'
--replace 'version = "0"' 'version = "${version}"'
'';
pythonImportsCheck = [