gnu: python-simplejson: Update to 3.17.0.

* gnu/packages/python-xyz.scm (python-simplejson): Update to 3.17.0.
This commit is contained in:
Marius Bakke 2020-07-14 21:23:10 +02:00
parent 784dadc0f7
commit 2008b8b7af
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1700,14 +1700,14 @@ (define-public python2-mechanize
(define-public python-simplejson
(package
(name "python-simplejson")
(version "3.14.0")
(version "3.17.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "simplejson" version))
(sha256
(base32
"1lkv3xlf7ryzi69zqfdbkvpxdfy1rg1rq2yzcnxgf4km5m6difqy"))))
"108yf3252fy4ndqab7h46raksxfhcn113bzy2yd8369vidrjnjrb"))))
(build-system python-build-system)
(home-page "http://simplejson.readthedocs.org/en/latest/")
(synopsis