mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-feedgenerator: Update to 1.9.
* gnu/packages/python.scm (python-feedgenerator): Update to 1.9.
This commit is contained in:
parent
d25bee2600
commit
d5c183d134
1 changed files with 2 additions and 2 deletions
|
@ -3154,14 +3154,14 @@ augment the changelog, but it can be used for other documents, too.")
|
||||||
(define-public python-feedgenerator
|
(define-public python-feedgenerator
|
||||||
(package
|
(package
|
||||||
(name "python-feedgenerator")
|
(name "python-feedgenerator")
|
||||||
(version "1.8")
|
(version "1.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "feedgenerator" version))
|
(uri (pypi-uri "feedgenerator" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mkimp1fpdan4p3882vzcws4l594k71ich4g0wq97jbra7p602n0"))
|
"01mirwkm7xfx539hmvj7g9da1j51gw5lsx74dr0glizskjm5vq2s"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue