me
/
guix
Archived
1
0
Fork 0

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

View File

@ -2796,14 +2796,14 @@ audio playback capability for Python 3 on OSX, Windows, and Linux.")
(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))