1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 11:01:48 +02:00

gnu: python-pint: Update to 0.24.4

* gnu/packages/python-xyz.scm (python-pint): Update to 0.24.4.
[source] <uri>: Adjust it as the archive name has been changed in PyPI.
[propagated-inputs]: Add python-flexcache and python-flexparser.

Change-Id: I76752863dc6d62dd988979003b3fe56d8eeb3c8e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Lars Bilke
2025-03-14 08:52:27 +01:00
committed by Sharlatan Hellseher
parent d4bbd1a80a
commit f79b91c2e7
+5 -6
View File
@@ -2155,13 +2155,12 @@ Markdown. All extensions are found under the module namespace of pymdownx.")
(define-public python-pint (define-public python-pint
(package (package
(name "python-pint") (name "python-pint")
(version "0.23") (version "0.24.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Pint" version)) (uri (pypi-uri "pint" version))
(sha256 (sha256
(base32 (base32 "100vp5jg2sqj5wxaflj1rqjv2pk4fd55l2h2sdn7m0vlnlwm89rm"))))
"1d69dqs0j907x4hgz2k8f3zjzhgs9zvlw2k0gi955g3dc28rnl71"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
@@ -2181,8 +2180,8 @@ Markdown. All extensions are found under the module namespace of pymdownx.")
python-pytest-mpl python-pytest-subtests python-pytest-mpl python-pytest-subtests
python-setuptools python-setuptools-scm python-wheel)) python-setuptools python-setuptools-scm python-wheel))
(propagated-inputs (propagated-inputs
(list python-typing-extensions (list python-flexcache python-flexparser
python-uncertainties)) python-platformdirs python-typing-extensions))
(home-page "https://github.com/hgrecco/pint") (home-page "https://github.com/hgrecco/pint")
(synopsis "Physical quantities module") (synopsis "Physical quantities module")
(description (description