summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 512a5232e3..d2cc695124 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6008,17 +6008,17 @@ in Golang.")
(define-public python-simplejson
(package
(name "python-simplejson")
- (version "3.17.6")
+ (version "3.20.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "simplejson" version))
(sha256
(base32
- "19pqqn01y6qmhhv8q6dh4p1acav49kl923kklnns2qxz5a6h766g"))))
- (build-system python-build-system)
+ "0z838dqnh5c81ib6cvfqfhd82ax2apzclzgz8b0j87sgxjs3jhg6"))))
+ (build-system pyproject-build-system)
(native-inputs
- (list python-toml))
+ (list python-pytest python-setuptools))
(home-page "https://simplejson.readthedocs.io/en/latest")
(synopsis
"Json library for Python")