gnu: pelican: Update to 4.7.2.

* gnu/packages/python-xyz.scm (pelican): Update to 4.7.2.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-22 02:00:00 +02:00
parent a5be54b9c1
commit 39bf522075
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5643,13 +5643,13 @@ (define-public python2-blinker
(define-public pelican (define-public pelican
(package (package
(name "pelican") (name "pelican")
(version "4.7.1") (version "4.7.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pelican" version)) (uri (pypi-uri "pelican" version))
(sha256 (sha256
(base32 "1sfckd3fhgnj305002fi3fdhkynric1ck7a5i8qany7k3vdsbasv")))) (base32 "0m1kndc98hhnlq0yl05f4lzccw555pkxnrajj6lks18yh491kw8w"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
(list python-blinker (list python-blinker