mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 23:12:41 +01:00
gnu: python-tomli: Update to 2.1.0.
* gnu/packages/python-build.scm (python-tomli): Update to 2.1.0. Change-Id: I88b93611aa41e8daab2155af99b35e910e967de9
This commit is contained in:
parent
5469691551
commit
351c7a7bb7
1 changed files with 2 additions and 2 deletions
|
@ -173,13 +173,13 @@ Python file, so it can be easily copied into your project.")
|
|||
(define-public python-tomli
|
||||
(package
|
||||
(name "python-tomli")
|
||||
(version "2.0.1")
|
||||
(version "2.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "tomli" version))
|
||||
(sha256
|
||||
(base32 "0kwazq3i18rphcr8gak4fgzdcj5w5bbn4k4j2l6ma32gj496qlny"))))
|
||||
(base32 "1f4a9nvy8g82bl0k1wdxz9y1j843ai4l4glp0iyy357c5ap6qr1z"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ;disabled to avoid extra dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue