mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-tomli: Update to 2.0.0.
* gnu/packages/python-build.scm (python-tomli): Update to 2.0.0.
This commit is contained in:
parent
8c95987cbd
commit
d71de56b86
1 changed files with 2 additions and 2 deletions
|
@ -138,13 +138,13 @@ (define-public python2-six-bootstrap
|
|||
(define-public python-tomli
|
||||
(package
|
||||
(name "python-tomli")
|
||||
(version "1.2.2")
|
||||
(version "2.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "tomli" version))
|
||||
(sha256
|
||||
(base32 "1vjg44narb7hdiazdmbv8bfv7pi6phnq7nxm6aphx0iqxcah1kn6"))))
|
||||
(base32 "1q8lrh9ypa6zpgbc5f7z23p7phzblp4vpxdrpfr1wajhb17w74n2"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;disabled to avoid extra dependencies
|
||||
|
|
Loading…
Reference in a new issue