mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-09 04:42:01 +01:00
gnu: pelican: Update to 4.7.2.
* gnu/packages/python-xyz.scm (pelican): Update to 4.7.2.
This commit is contained in:
parent
a5be54b9c1
commit
39bf522075
1 changed files with 2 additions and 2 deletions
|
@ -5643,13 +5643,13 @@ interested parties to subscribe to events, or \"signals\".")
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Reference in a new issue