gnu: python-genshi: Update to 0.7.7.
* gnu/packages/python-web.scm (python-genshi): Update to 0.7.7.
This commit is contained in:
parent
1c966023e8
commit
41e58649e1
1 changed files with 2 additions and 2 deletions
|
@ -4446,7 +4446,7 @@ for Flask programs that are using @code{python-alembic}.")
|
||||||
(define-public python-genshi
|
(define-public python-genshi
|
||||||
(package
|
(package
|
||||||
(name "python-genshi")
|
(name "python-genshi")
|
||||||
(version "0.7.5")
|
(version "0.7.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4455,7 +4455,7 @@ for Flask programs that are using @code{python-alembic}.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04i0caywiwrgw09grz988n15qr9lr31d9n6a529p8v80cy1fv23c"))))
|
(base32 "06q14mn5n56rdnqvsbbjixygilblgg85fzw029n96qf6f1rvldiq"))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-six))
|
(list python-six))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
|
Reference in a new issue