gnu: pelican: Update to 3.6.3.

* gnu/packages/python.scm (pelican): Update to 3.6.3.
This commit is contained in:
Efraim Flashner 2015-12-30 13:03:03 +02:00
parent e98149b3a4
commit 11f97c27bc

View file

@ -2680,16 +2680,14 @@ (define-public python2-blinker
(define-public pelican (define-public pelican
(package (package
(name "pelican") (name "pelican")
(version "3.6.0") (version "3.6.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (pypi-uri "pelican" version))
"https://pypi.python.org/packages/source/p/pelican/pelican-"
version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0lbkk902mqxpp452pp76n6qcjv6f99lq2zl204xmqyzcan9zr3ps")))) "1hn94rb4q3zmcq16in055xikal4dba5hfx3zznq7warllcgc9f8k"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-setuptools" ,python-setuptools))) `(("python-setuptools" ,python-setuptools)))