me
/
guix
Archived
1
0
Fork 0

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>
Felix Gruber 2023-01-14 22:28:04 +00:00 committed by Maxim Cournoyer
parent 0cf98fbc4e
commit 245152c364
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -965,13 +965,13 @@ Markdown. All extensions are found under the module namespace of pymdownx.")
(define-public python-pint
(package
(name "python-pint")
(version "0.19.2")
(version "0.20.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "Pint" version))
(sha256
(base32
"1bsbiikm9i4saqc6mc3minkmrgnsgcg734agsvd7icqhyngrim71"))))
"0rv0cbala7ibjbaf6kkcn0mdhqdbajnvlcw0f15gwzfwg10g0z1q"))))
(build-system python-build-system)
(native-inputs
(list python-pytest