gnu: pelican: Update to 3.7.1.
* gnu/packages/python.scm (pelican): Update to 3.7.1. [home-page]: Use HTTPS URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c834bd3bb2
commit
b6e9514864
1 changed files with 3 additions and 3 deletions
|
@ -2867,14 +2867,14 @@ (define-public python2-blinker
|
||||||
(define-public pelican
|
(define-public pelican
|
||||||
(package
|
(package
|
||||||
(name "pelican")
|
(name "pelican")
|
||||||
(version "3.6.3")
|
(version "3.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pelican" version))
|
(uri (pypi-uri "pelican" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hn94rb4q3zmcq16in055xikal4dba5hfx3zznq7warllcgc9f8k"))))
|
"12spygavv9b6xpb5pgp7f0p3z0mms60nx6zrpx1yfkj68zz4flra"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-feedgenerator" ,python-feedgenerator)
|
`(("python-feedgenerator" ,python-feedgenerator)
|
||||||
|
@ -2887,7 +2887,7 @@ (define-public pelican
|
||||||
("python-six" ,python-six)
|
("python-six" ,python-six)
|
||||||
("python-dateutil" ,python-dateutil)
|
("python-dateutil" ,python-dateutil)
|
||||||
("python-markdown" ,python-markdown)))
|
("python-markdown" ,python-markdown)))
|
||||||
(home-page "http://getpelican.com/")
|
(home-page "https://getpelican.com/")
|
||||||
(arguments
|
(arguments
|
||||||
`(;; XXX Requires a lot more packages to do unit tests :P
|
`(;; XXX Requires a lot more packages to do unit tests :P
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
|
|
Loading…
Reference in a new issue