gnu: python-mizani: Fix embedded version string.
* gnu/packages/python-xyz.scm (python-mizani)[native-inputs]: Add python-setuptools-scm to correct embedded version form 0.0.0 to 0.9.2.
This commit is contained in:
parent
d17879cd0d
commit
f7c6d31e33
@ -4273,7 +4273,8 @@ processing tasks.")
|
||||
(propagated-inputs
|
||||
(list python-matplotlib python-numpy python-pandas python-scipy))
|
||||
(native-inputs
|
||||
(list python-setuptools python-pytest python-pytest-cov tzdata))
|
||||
(list python-setuptools python-setuptools-scm
|
||||
python-pytest python-pytest-cov tzdata))
|
||||
(home-page "https://github.com/has2k1/mizani")
|
||||
(synopsis "Create data visualizations in Python")
|
||||
(description
|
||||
|
Loading…
Reference in New Issue
Block a user