gnu: python-simplejson: Update to 3.17.6.

* gnu/packages/python-xyz.scm (python-simplejson): Update to 3.17.6.

Signed-off-by: David Thompson <davet@gnu.org>
This commit is contained in:
jgart via Guix-patches via 2022-08-31 12:53:53 -05:00 committed by David Thompson
parent 3bf7bdccee
commit 5aa431ba20
No known key found for this signature in database
GPG key ID: 8328C7470FF1D807

View file

@ -2796,14 +2796,14 @@ (define-public python-simpleaudio
(define-public python-simplejson
(package
(name "python-simplejson")
(version "3.17.2")
(version "3.17.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "simplejson" version))
(sha256
(base32
"0hc8nqwdlll4a9cr1k9msn5kmb6kmbjirpgvhjh254nr4sgwgv3m"))))
"19pqqn01y6qmhhv8q6dh4p1acav49kl923kklnns2qxz5a6h766g"))))
(build-system python-build-system)
(native-inputs
(list python-toml))