me
/
guix
Archived
1
0
Fork 0

gnu: python-simplejson: Update to 3.17.0.

* gnu/packages/python-xyz.scm (python-simplejson): Update to 3.17.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -1700,14 +1700,14 @@ after Andy Lesters 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