It already has a postN suffix

This commit is contained in:
Jean-Paul Calderone 2023-03-14 18:21:52 +00:00
parent c601805f72
commit 1ef65a37ee

View File

@ -87,7 +87,7 @@ buildPythonPackage rec {
# TODO: We can have more metadata after we switch to flakes.
# Then the `self` input will have a `sourceInfo` attribute telling us
# things like git revision, a revision counter, etc.
real_version = "${version}.post1"
real_version = "${version}"
full_version = real_version
branch = "master"
verstr = real_version