mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18: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
|
||||
(package
|
||||
(name "pelican")
|
||||
(version "4.7.1")
|
||||
(version "4.7.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pelican" version))
|
||||
(sha256
|
||||
(base32 "1sfckd3fhgnj305002fi3fdhkynric1ck7a5i8qany7k3vdsbasv"))))
|
||||
(base32 "0m1kndc98hhnlq0yl05f4lzccw555pkxnrajj6lks18yh491kw8w"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
(list python-blinker
|
||||
|
|
Loading…
Reference in a new issue