mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue