diff options
author | Marius Bakke <marius@gnu.org> | 2020-07-14 21:23:10 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-07-14 21:41:39 +0200 |
commit | 2008b8b7afea917d3ebc42679c447a4c8e8e9733 (patch) | |
tree | 91bb9530ccef012b5f19b43b453837c218bbc308 /gnu | |
parent | 784dadc0f70f5c015100b9cf400948e97aafe5ac (diff) |
gnu: python-simplejson: Update to 3.17.0.
* gnu/packages/python-xyz.scm (python-simplejson): Update to 3.17.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d16f41d278..121be26676 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1700,14 +1700,14 @@ after Andy Lester’s Perl module WWW::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 |