me
/
guix
Archived
1
0
Fork 0

gnu: python-tomli: Update to 2.0.0.

* gnu/packages/python-build.scm (python-tomli): Update to 2.0.0.
master
Maxim Cournoyer 2021-12-17 12:21:37 -05:00
parent 8c95987cbd
commit d71de56b86
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -138,13 +138,13 @@ Python file, so it can be easily copied into your project.")
(define-public python-tomli (define-public python-tomli
(package (package
(name "python-tomli") (name "python-tomli")
(version "1.2.2") (version "2.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "tomli" version)) (uri (pypi-uri "tomli" version))
(sha256 (sha256
(base32 "1vjg44narb7hdiazdmbv8bfv7pi6phnq7nxm6aphx0iqxcah1kn6")))) (base32 "1q8lrh9ypa6zpgbc5f7z23p7phzblp4vpxdrpfr1wajhb17w74n2"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f ;disabled to avoid extra dependencies `(#:tests? #f ;disabled to avoid extra dependencies