me
/
guix
Archived
1
0
Fork 0

gnu: python-certifi: Update to 2015.11.20.1.

* gnu/packages/python.scm (python-certifi): Update to 2015.11.20.1.
[source]: Change to pypi syntax.
master
Efraim Flashner 2015-12-11 15:12:39 +02:00
parent 2e4c54573f
commit 9a41f4439d
1 changed files with 3 additions and 6 deletions

View File

@ -2113,16 +2113,13 @@ files.")
(define-public python-certifi (define-public python-certifi
(package (package
(name "python-certifi") (name "python-certifi")
(version "14.05.14") (version "2015.11.20.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri (pypi-uri "certifi" version))
(string-append
"https://pypi.python.org/packages/source/c/certifi/certifi-"
version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0s8vxzfz6s4m6fvxc7z25k9j35w0rh6jkw3wwcd1az1mssncn6qy")))) "05lgwf9rz1kn465azy2bpb3zmpnsn9gkypbhnjlclchv98ssgc1h"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("python-setuptools" ,python-setuptools))) `(("python-setuptools" ,python-setuptools)))