mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user