1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-hist: Update to 2.10.1.

* gnu/packages/python-science.scm (python-hist): Update to 2.10.1.

Change-Id: Ia78e515fc2b6bf113b4112a2da81260091fa0130
This commit is contained in:
Vinicius Monego
2026-03-01 20:17:06 -03:00
parent e1c2d36c96
commit 85b86abb52

View File

@@ -1345,13 +1345,13 @@ originally defined by the CLHEP project.")
(define-public python-hist
(package
(name "python-hist")
(version "2.8.1")
(version "2.10.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "hist" version))
(sha256
(base32 "17cd46c0ixq18fr2kgzam09w1sr4qkd9l6nsjdbl4vggw80ck9vx"))))
(base32 "0bhv8bf7zizxf7nsps5hyfppjk1ry0z6pwrwhz44xmm6g6nfdj6y"))))
(build-system pyproject-build-system)
(propagated-inputs (list python-boost-histogram
python-histoprint