gnu: pelican: Update to 4.7.1.

* gnu/packages/python-xyz.scm (pelican): Update to 4.7.1.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-07 06:44:10 +01:00
parent b55cd95260
commit 33e62872bb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5221,14 +5221,13 @@ interested parties to subscribe to events, or \"signals\".")
(define-public pelican (define-public pelican
(package (package
(name "pelican") (name "pelican")
(version "4.7.0") (version "4.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 "1sfckd3fhgnj305002fi3fdhkynric1ck7a5i8qany7k3vdsbasv"))))
"0g1sbzlz5mfc70gwgnj3lz4kf4psdjl96n6ywklv8z817m1khxdd"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
(list python-blinker (list python-blinker