me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 5 additions and 3 deletions

View File

@ -1929,16 +1929,18 @@ audio playback capability for Python 3 on OSX, Windows, and Linux.")
(define-public python-simplejson
(package
(name "python-simplejson")
(version "3.17.0")
(version "3.17.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "simplejson" version))
(sha256
(base32
"108yf3252fy4ndqab7h46raksxfhcn113bzy2yd8369vidrjnjrb"))))
"0hc8nqwdlll4a9cr1k9msn5kmb6kmbjirpgvhjh254nr4sgwgv3m"))))
(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
"Json library for Python")
(description