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 @@ (define-public python2-blinker
(define-public pelican
(package
(name "pelican")
(version "4.7.0")
(version "4.7.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pelican" version))
(sha256
(base32
"0g1sbzlz5mfc70gwgnj3lz4kf4psdjl96n6ywklv8z817m1khxdd"))))
(base32 "1sfckd3fhgnj305002fi3fdhkynric1ck7a5i8qany7k3vdsbasv"))))
(build-system python-build-system)
(inputs
(list python-blinker