From 19df6a870a1fe65ddc32b2c8b5fdd1aa4c3a71e6 Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Sun, 1 Mar 2026 20:37:14 -0300 Subject: [PATCH] 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 --- gnu/packages/python-science.scm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 9718e11bda..7c95482b6a 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