Archived
1
0
Fork 0

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:
kiasoc5 2024-01-06 14:28:30 -05:00 committed by Mathieu Othacehe
parent 1fb02d45eb
commit 2b5fcd70d0
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -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")