gnu: python-plotnine: Fix version string.

* gnu/packages/python-science.scm (python-plotnine)[native-inputs]: Add
python-setuptools-scm.

Change-Id: I0fc2f3ad7edcdaaa5e3bf9774bc6840c8fbeb727
This commit is contained in:
Ricardo Wurmus 2024-05-03 13:39:18 +02:00
parent 02ca781c03
commit 4d65083bf8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2573,6 +2573,7 @@ (define-public python-plotnine
python-pandas
python-pytest
python-pytest-cov
python-setuptools-scm
tzdata-for-tests))
(home-page "https://github.com/has2k1/plotnine")
(synopsis "Grammar of Graphics for Python")