mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05: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 @@ (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
|
||||||
|
|
Loading…
Reference in a new issue