mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 16:38:12 -05:00
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:
parent
bb33b49789
commit
ec1b5f85e7
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue