gnu: python-simplejson: Update to 3.8.2.

* gnu/packages/python.scm (python-simplejson): Update to 3.8.2.
[source]: Use 'pypi-uri' format.
This commit is contained in:
Efraim Flashner 2016-07-17 12:01:56 +03:00
parent 287cfd1a08
commit 988d1bad7b
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 3 additions and 4 deletions

View File

@ -1122,15 +1122,14 @@ after Andy Lesters Perl module WWW::Mechanize.")
(define-public python-simplejson (define-public python-simplejson
(package (package
(name "python-simplejson") (name "python-simplejson")
(version "3.3.0") (version "3.8.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://pypi.python.org/packages/source/s/simplejson/simplejson-" (uri (pypi-uri "simplejson" version))
version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"07wsry5j44l5zzm74l4j2bvasiq8n5m32f31n2p7c68i5vc6p2ks")))) "0zylrnax8b6r0ndgni4w9c599fi6wm9vx5g6k3ddqfj3932kk16m"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "http://simplejson.readthedocs.org/en/latest/") (home-page "http://simplejson.readthedocs.org/en/latest/")
(synopsis (synopsis