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: I1a18814e37c023102714326bc8bd505705234205master
parent
b343aef5aa
commit
5e7da50260
|
@ -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__ = \""
|
||||
|
|
Reference in New Issue