me
/
guix
Archived
1
0
Fork 0

gnu: python-pandas-2: Fix version.

* gnu/packages/python-science.scm (python-pandas-2)[arguments]: Write version
string to "_version.py", not "_version_meson.py" to avoid reporting the
version as "0+unknown".

Change-Id: I1a18814e37c023102714326bc8bd505705234205
master
Ricardo Wurmus 2024-04-30 15:18:08 +02:00
parent b343aef5aa
commit 5e7da50260
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -889,7 +889,7 @@ doing practical, real world data analysis in Python.")
#~(modify-phases %standard-phases
(add-after 'unpack 'version-set-by-guix
(lambda _
(with-output-to-file "_version_meson.py"
(with-output-to-file "_version.py"
(lambda _
(display
(string-append "__version__ = \""