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.") | |||
| 1326 | (define-public python-hepunits | 1326 | (define-public python-hepunits |
| 1327 | (package | 1327 | (package |
| 1328 | (name "python-hepunits") | 1328 | (name "python-hepunits") |
| 1329 | (version "2.3.5") | 1329 | (version "2.4.4") |
| 1330 | (source | 1330 | (source |
| 1331 | (origin | 1331 | (origin |
| 1332 | (method url-fetch) | 1332 | (method url-fetch) |
| 1333 | (uri (pypi-uri "hepunits" version)) | 1333 | (uri (pypi-uri "hepunits" version)) |
| 1334 | (sha256 | 1334 | (sha256 |
| 1335 | (base32 "1n1nf2rz2d86qzjmcwykbc16jzsqb45vs8lyksg98b3jd8nwsd4l")))) | 1335 | (base32 "1sq597amy82wnw7q61i9q2ylmp1cpnwdg7jrzxmv6kryz8lyfihq")))) |
| 1336 | (build-system pyproject-build-system) | 1336 | (build-system pyproject-build-system) |
| 1337 | (native-inputs (list python-hatch-vcs python-hatchling python-pytest)) | 1337 | (native-inputs (list python-hatch-vcs |
| 1338 | python-hatchling | ||
| 1339 | python-pint | ||
| 1340 | python-pytest)) | ||
| 1338 | (home-page "https://github.com/scikit-hep/hepunits") | 1341 | (home-page "https://github.com/scikit-hep/hepunits") |
| 1339 | (synopsis "Units and constants in the HEP system of units") | 1342 | (synopsis "Units and constants in the HEP system of units") |
| 1340 | (description "@code{hepunits} collects the most commonly used units and | 1343 | (description "@code{hepunits} collects the most commonly used units and |
