mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-unyt: Update to 3.0.3, fix build.
* gnu/packages/python-science.scm (python-unyt): Update to 3.0.3. Fix build. Change-Id: Ic894ddfa982b9d41b40fc7e18149de099dd705f6
This commit is contained in:
parent
b006e12b6f
commit
a7a9c10d6e
1 changed files with 2 additions and 2 deletions
|
@ -2367,13 +2367,13 @@ annotations on an existing boxplots and barplots generated by seaborn.")
|
||||||
(define-public python-unyt
|
(define-public python-unyt
|
||||||
(package
|
(package
|
||||||
(name "python-unyt")
|
(name "python-unyt")
|
||||||
(version "3.0.1")
|
(version "3.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "unyt" version))
|
(uri (pypi-uri "unyt" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00900bw24rxgcgwgxp9xlx0l5im96r1n5hn0r3mxvbdgc3lyyq48"))))
|
(base32 "0jrq2vhan2h280h6cw1sm5hys2nzmf19w4py64k3nrkc320z9mni"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
;; Pint is optional, but we do not propagate it due to its size.
|
;; Pint is optional, but we do not propagate it due to its size.
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue