guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 10b0e0828d91b9bce81866e08325819f3bb11b43
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 19 01:16:37 2026 +0000
gnu: python-unyt: Update to 3.1.0.
* gnu/packages/python-science.scm (python-unyt): Update to 3.1.0.
[native-inputs]: Remove python-setuptools and python-setuptools-scm; add
python-flit-core.
Change-Id: I37d7844d15c7ae892834f870c30ac7f0009446f2
---
gnu/packages/python-science.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 798ad52e9e..594c2a829d 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -4520,19 +4520,18 @@ docs dependency in support of other libraries.")
(define-public python-unyt
(package
(name "python-unyt")
- (version "3.0.4")
+ (version "3.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "unyt" version))
(sha256
- (base32 "04qjjv5zga7dh355ygsvkckfqi86nf03w6ckw5zm0120xw9p1shp"))))
+ (base32 "07g5rasgikp8a4x0cylz8xxzgh3536djdjppcadiqlhygyl845bp"))))
(build-system pyproject-build-system)
- ;; tests: 647 passed, 56 skipped, 2 xfailed
+ ;; tests: 764 passed, 37 skipped, 2 xfailed
(native-inputs
- (list python-pytest
- python-setuptools
- python-setuptools-scm))
+ (list python-flit-core
+ python-pytest))
(propagated-inputs
(list python-numpy
python-packaging