diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-19 01:16:37 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-28 22:07:02 +0000 |
| commit | 81078bd336bb20b1bdd3ab3cc8ec70430e85202a (patch) | |
| tree | f35e8c029f3ebec8fb3fe7cf21295976d38415f1 /gnu | |
| parent | 847eb589ecf6085e7b4c910340c52ddc0d5fc14e (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-science.scm | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index fbac93c0fda..e8836d178b3 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -4540,19 +4540,18 @@ docs dependency in support of other libraries.") | |||
| 4540 | (define-public python-unyt | 4540 | (define-public python-unyt |
| 4541 | (package | 4541 | (package |
| 4542 | (name "python-unyt") | 4542 | (name "python-unyt") |
| 4543 | (version "3.0.4") | 4543 | (version "3.1.0") |
| 4544 | (source | 4544 | (source |
| 4545 | (origin | 4545 | (origin |
| 4546 | (method url-fetch) | 4546 | (method url-fetch) |
| 4547 | (uri (pypi-uri "unyt" version)) | 4547 | (uri (pypi-uri "unyt" version)) |
| 4548 | (sha256 | 4548 | (sha256 |
| 4549 | (base32 "04qjjv5zga7dh355ygsvkckfqi86nf03w6ckw5zm0120xw9p1shp")))) | 4549 | (base32 "07g5rasgikp8a4x0cylz8xxzgh3536djdjppcadiqlhygyl845bp")))) |
| 4550 | (build-system pyproject-build-system) | 4550 | (build-system pyproject-build-system) |
| 4551 | ;; tests: 647 passed, 56 skipped, 2 xfailed | 4551 | ;; tests: 764 passed, 37 skipped, 2 xfailed |
| 4552 | (native-inputs | 4552 | (native-inputs |
| 4553 | (list python-pytest | 4553 | (list python-flit-core |
| 4554 | python-setuptools | 4554 | python-pytest)) |
| 4555 | python-setuptools-scm)) | ||
| 4556 | (propagated-inputs | 4555 | (propagated-inputs |
| 4557 | (list python-numpy | 4556 | (list python-numpy |
| 4558 | python-packaging | 4557 | python-packaging |
