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.
parent
d17879cd0d
commit
f7c6d31e33
|
@ -4273,7 +4273,8 @@ processing tasks.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-matplotlib python-numpy python-pandas python-scipy))
|
(list python-matplotlib python-numpy python-pandas python-scipy))
|
||||||
(native-inputs
|
(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")
|
(home-page "https://github.com/has2k1/mizani")
|
||||||
(synopsis "Create data visualizations in Python")
|
(synopsis "Create data visualizations in Python")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue