gnu: python-cffi: Update to 1.11.2.

* gnu/packages/python.scm (python-cffi): Update to 1.11.2.
[home-page]: Use 'https'.
This commit is contained in:
Efraim Flashner 2017-10-15 09:32:54 +03:00
parent a1add5b7fb
commit cca55d571c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -5137,13 +5137,13 @@ a front-end for C compilers or analysis tools.")
(define-public python-cffi (define-public python-cffi
(package (package
(name "python-cffi") (name "python-cffi")
(version "1.10.0") (version "1.11.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "cffi" version)) (uri (pypi-uri "cffi" version))
(sha256 (sha256
(base32 "1mffyilq4qycm8gs4wkgb18rnqil8a9blqq77chdlshzxc8jkc5k")))) (base32 "19h0wwz9cww74gw8cyq0izj8zkhjyzjw2d3ks1c3f1y4q28xv1xb"))))
(build-system python-build-system) (build-system python-build-system)
(outputs '("out" "doc")) (outputs '("out" "doc"))
(inputs (inputs
@ -5198,7 +5198,7 @@ a front-end for C compilers or analysis tools.")
(copy-recursively "build/html" html)) (copy-recursively "build/html" html))
(copy-file "LICENSE" (string-append doc "/LICENSE")) (copy-file "LICENSE" (string-append doc "/LICENSE"))
#t)))))) #t))))))
(home-page "http://cffi.readthedocs.org") (home-page "https://cffi.readthedocs.org")
(synopsis "Foreign function interface for Python") (synopsis "Foreign function interface for Python")
(description (description
"Foreign Function Interface for Python calling C code.") "Foreign Function Interface for Python calling C code.")