~ruther/guix-local

f97c836c97dfbc7f4965f05b67a611a80ba8456e — Sharlatan Hellseher 2 years ago a7431e3
gnu: python-unyt: Fix version detection.

* gnu/packages/python-science.scm (python-unyt): Fix version detection.
[native-inputs]: Add python-setuptools-scm.

Change-Id: I96e7d2530b15299a39911bebf62b76a9191ea91b
Signed-off-by: Andrew Tropin <andrew@trop.in>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-science.scm
M gnu/packages/python-science.scm => gnu/packages/python-science.scm +1 -1
@@ 1863,7 1863,7 @@ annotations on an existing boxplots and barplots generated by seaborn.")
                             python-numpy
                             python-sympy))
    ;; Pint is optional, but we do not propagate it due to its size.
    (native-inputs (list python-pint python-pytest))
    (native-inputs (list python-pint python-pytest python-setuptools-scm))
    (home-page "https://unyt.readthedocs.io")
    (synopsis "Library for working with data that has physical units")
    (description