mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: pelican: Update to 4.7.1.
* gnu/packages/python-xyz.scm (pelican): Update to 4.7.1.
This commit is contained in:
parent
b55cd95260
commit
33e62872bb
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue