gnu: python-certifi: Update to 2017.1.23.

* gnu/packages/python.scm (python-certifi): Update to 2017.1.23.
[arguments]: Remove: run tests if they're ever added.
[home-page]: Fix or update.
This commit is contained in:
Tobias Geerinckx-Rice 2017-01-26 13:20:53 +01:00
parent fc12bc3099
commit 28576403af
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 3 additions and 4 deletions

View File

@ -2349,16 +2349,15 @@ files.")
(define-public python-certifi (define-public python-certifi
(package (package
(name "python-certifi") (name "python-certifi")
(version "2016.8.31") (version "2017.1.23")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "certifi" version)) (uri (pypi-uri "certifi" version))
(sha256 (sha256
(base32 (base32
"06c9dcyv8ss050gkv5xjivbxhm6qm0s9vzy4r33wqabgv118lw7p")))) "1klrzl3hgvcf2mjk00g0k3kk1p2z27vzwnxivwar4vhjmjvpz1w1"))))
(build-system python-build-system) (build-system python-build-system)
(arguments `(#:tests? #f)) ; no tests (home-page "https://certifi.io/")
(home-page "http://python-requests.org/")
(synopsis "Python CA certificate bundle") (synopsis "Python CA certificate bundle")
(description (description
"Certifi is a Python library that contains a CA certificate bundle, which "Certifi is a Python library that contains a CA certificate bundle, which