gnu: python-simplejson: Update to 3.17.2, fixing build.

* gnu/packages/python-xyz.scm (python-simplejson): Update to 3.17.2.
[native-inputs]: Add python-toml.
This commit is contained in:
Maxim Cournoyer 2021-01-15 00:13:21 -05:00
parent bb33b49789
commit ec1b5f85e7
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1929,16 +1929,18 @@ (define-public python-simpleaudio
(define-public python-simplejson (define-public python-simplejson
(package (package
(name "python-simplejson") (name "python-simplejson")
(version "3.17.0") (version "3.17.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "simplejson" version)) (uri (pypi-uri "simplejson" version))
(sha256 (sha256
(base32 (base32
"108yf3252fy4ndqab7h46raksxfhcn113bzy2yd8369vidrjnjrb")))) "0hc8nqwdlll4a9cr1k9msn5kmb6kmbjirpgvhjh254nr4sgwgv3m"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "http://simplejson.readthedocs.org/en/latest/") (native-inputs
`(("python-toml" ,python-toml)))
(home-page "https://simplejson.readthedocs.io/en/latest")
(synopsis (synopsis
"Json library for Python") "Json library for Python")
(description (description