gnu: txt2tags: Update to 3.9.
* gnu/packages/textutils.scm (txt2tags): Update to 3.9. Change-Id: Ia825f5807c87941504feffdb317594f5b1fa62ef Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
1fb02d45eb
commit
2b5fcd70d0
1 changed files with 2 additions and 2 deletions
|
@ -996,13 +996,13 @@ and Cython.")
|
||||||
(define-public txt2tags
|
(define-public txt2tags
|
||||||
(package
|
(package
|
||||||
(name "txt2tags")
|
(name "txt2tags")
|
||||||
(version "3.7")
|
(version "3.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "txt2tags" version))
|
(uri (pypi-uri "txt2tags" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12hpnvdy7dgarq6ini9jp7dp2zcmvpax04zbl3jb84kd423r75i7"))))
|
"0ik7gpr3gymgxnj0p86k8768kyxncbncv93zq67sbak3dbdl8hky"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs (list python-tox))
|
(native-inputs (list python-tox))
|
||||||
(home-page "https://txt2tags.org")
|
(home-page "https://txt2tags.org")
|
||||||
|
|
Reference in a new issue