gnu: python-pint: Update to 0.22.
* gnu/packages/python-xyz.scm (python-pint): Update to 0.22. [native-inputs]: Add python-uncertainties. [propagated-inputs]: Add python-typing-extensions.
parent
016403f323
commit
f1b7111f09
|
@ -1220,13 +1220,13 @@ 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.20.1")
|
(version "0.22")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Pint" version))
|
(uri (pypi-uri "Pint" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rv0cbala7ibjbaf6kkcn0mdhqdbajnvlcw0f15gwzfwg10g0z1q"))))
|
"0cs4lsvngrkfzpnrmxcwz728m47y0xbw1knksz51cc6gpdm9y4rd"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; This single test tries to write to $HOME/.cache/pint.
|
;; This single test tries to write to $HOME/.cache/pint.
|
||||||
|
@ -1241,7 +1241,9 @@ Markdown. All extensions are found under the module namespace of pymdownx.")
|
||||||
python-pytest-subtests
|
python-pytest-subtests
|
||||||
python-setuptools-scm
|
python-setuptools-scm
|
||||||
python-sparse
|
python-sparse
|
||||||
|
python-uncertainties
|
||||||
python-xarray))
|
python-xarray))
|
||||||
|
(propagated-inputs (list 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
|
||||||
|
|
Reference in New Issue