me
/
guix
Archived
1
0
Fork 0

gnu: pelican: Update to 4.0.1

* gnu/packages/python.scm (pelican): Update to 4.0.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Vagrant Cascadian 2019-02-05 23:15:34 -08:00 committed by Ludovic Courtès
parent de8abc96cb
commit aa71b690aa
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -2716,14 +2716,14 @@ interested parties to subscribe to events, or \"signals\".")
(define-public pelican (define-public pelican
(package (package
(name "pelican") (name "pelican")
(version "3.7.1") (version "4.0.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
"12spygavv9b6xpb5pgp7f0p3z0mms60nx6zrpx1yfkj68zz4flra")))) "05yda7n6r0ll18fpdjzkzyr0ls8hbb86fnjyb33k9jvv5avah2lr"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-feedgenerator" ,python-feedgenerator) `(("python-feedgenerator" ,python-feedgenerator)