summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-01-28 21:19:14 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-28 22:28:37 +0000
commita7a9c10d6ea24bdf29f8a6d935c3ff0b51047a06 (patch)
tree48eafe50e316e7297a44d948ebb3c2b007c87c76 /gnu/packages/python-science.scm
parentb006e12b6fc09a7e54fafe35280e7ca633191af0 (diff)
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
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index b8fca94cf74..a4f0f479e7e 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -2367,13 +2367,13 @@ annotations on an existing boxplots and barplots generated by seaborn.")
2367(define-public python-unyt 2367(define-public python-unyt
2368 (package 2368 (package
2369 (name "python-unyt") 2369 (name "python-unyt")
2370 (version "3.0.1") 2370 (version "3.0.3")
2371 (source 2371 (source
2372 (origin 2372 (origin
2373 (method url-fetch) 2373 (method url-fetch)
2374 (uri (pypi-uri "unyt" version)) 2374 (uri (pypi-uri "unyt" version))
2375 (sha256 2375 (sha256
2376 (base32 "00900bw24rxgcgwgxp9xlx0l5im96r1n5hn0r3mxvbdgc3lyyq48")))) 2376 (base32 "0jrq2vhan2h280h6cw1sm5hys2nzmf19w4py64k3nrkc320z9mni"))))
2377 (build-system pyproject-build-system) 2377 (build-system pyproject-build-system)
2378 ;; Pint is optional, but we do not propagate it due to its size. 2378 ;; Pint is optional, but we do not propagate it due to its size.
2379 (native-inputs 2379 (native-inputs