diff options
| author | Vinicius Monego <monego@posteo.net> | 2026-03-01 20:37:14 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2026-03-01 23:38:56 -0300 |
| commit | 19df6a870a1fe65ddc32b2c8b5fdd1aa4c3a71e6 (patch) | |
| tree | 9b5f28ee25c67f55510f09f75c9c20b0065c1a06 /gnu/packages/python-science.scm | |
| parent | d566b701d82dd2809c67b4d2632c24d83e29b2eb (diff) | |
gnu: python-hepunits: Update to 2.4.4.
* gnu/packages/python-science.scm (python-hepunits): Update to 2.4.4.
[native-inputs]: Add python-pint.
Change-Id: I9057457dde92ca2c6ce1684ec2df25be8301f304
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 9718e11bda4..7c95482b6ae 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -1326,15 +1326,18 @@ necessary for reproducing the experiments in the paper.") (define-public python-hepunits (package (name "python-hepunits") - (version "2.3.5") + (version "2.4.4") (source (origin (method url-fetch) (uri (pypi-uri "hepunits" version)) (sha256 - (base32 "1n1nf2rz2d86qzjmcwykbc16jzsqb45vs8lyksg98b3jd8nwsd4l")))) + (base32 "1sq597amy82wnw7q61i9q2ylmp1cpnwdg7jrzxmv6kryz8lyfihq")))) (build-system pyproject-build-system) - (native-inputs (list python-hatch-vcs python-hatchling python-pytest)) + (native-inputs (list python-hatch-vcs + python-hatchling + python-pint + python-pytest)) (home-page "https://github.com/scikit-hep/hepunits") (synopsis "Units and constants in the HEP system of units") (description "@code{hepunits} collects the most commonly used units and |
