Skip to content
Snippets Groups Projects
Commit 38eb6919 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: python-pycparser: Update to 2.14.

* gnu/packages/python.scm (python-pycparser): Update to 2.14.
parent d9aa097b
No related branches found
No related tags found
No related merge requests found
...@@ -3686,15 +3686,14 @@ (define-public python2-pillow ...@@ -3686,15 +3686,14 @@ (define-public python2-pillow
(define-public python-pycparser (define-public python-pycparser
(package (package
(name "python-pycparser") (name "python-pycparser")
(version "2.10") (version "2.14")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://pypi.python.org/packages/source/p/" (uri (pypi-uri "pycparser" version))
"pycparser/pycparser-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0v5qfq03yvd1pi0dwlgfai0p3dh9bq94pydn19c4pdn0c6v9hzcm")))) "0wvzyb6rxsfj3xcnpa4ynbh9qc7rrbk2277d5wqpphmx9akv8nbr"))))
(outputs '("out" "doc")) (outputs '("out" "doc"))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment