GNU bug report logs -
#68295
[PATCH] gnu: txt2tags: Update to 3.9.
Previous Next
Reported by: kiasoc5 <kiasoc5 <at> disroot.org>
Date: Sat, 6 Jan 2024 19:32:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/textutils.scm (txt2tags): Update to 3.9.
[native-inputs]: Remove python-tox.
Change-Id: Ia825f5807c87941504feffdb317594f5b1fa62ef
---
gnu/packages/textutils.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index ea182b1925..91ba616087 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -996,15 +996,15 @@ (define-public python-editdistance
(define-public txt2tags
(package
(name "txt2tags")
- (version "3.7")
+ (version "3.9")
(source (origin
(method url-fetch)
(uri (pypi-uri "txt2tags" version))
(sha256
(base32
- "12hpnvdy7dgarq6ini9jp7dp2zcmvpax04zbl3jb84kd423r75i7"))))
+ "0ik7gpr3gymgxnj0p86k8768kyxncbncv93zq67sbak3dbdl8hky"))))
(build-system python-build-system)
- (native-inputs (list python-tox))
+ (native-inputs (list))
(home-page "https://txt2tags.org")
(synopsis "Convert between markup languages")
(description
base-commit: c0e21e523d93081153a2ffc91e5a9f06afe62b91
--
2.39.2
This bug report was last modified 1 year and 228 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.