mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pint: Update to 0.20.1.
* gnu/packages/python-xyz.scm (python-pint): Update to 0.20.1. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
0cf98fbc4e
commit
245152c364
1 changed files with 2 additions and 2 deletions
|
@ -965,13 +965,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.19.2")
|
(version "0.20.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Pint" version))
|
(uri (pypi-uri "Pint" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bsbiikm9i4saqc6mc3minkmrgnsgcg734agsvd7icqhyngrim71"))))
|
"0rv0cbala7ibjbaf6kkcn0mdhqdbajnvlcw0f15gwzfwg10g0z1q"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest
|
(list python-pytest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue