unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: kiasoc5 via Guix-patches via <guix-patches@gnu.org>
To: 68295@debbugs.gnu.org
Cc: kiasoc5 <kiasoc5@disroot.org>
Subject: [bug#68295] [PATCH] gnu: txt2tags: Update to 3.9.
Date: Sat,  6 Jan 2024 14:28:30 -0500	[thread overview]
Message-ID: <20240106192830.600148-1-kiasoc5@disroot.org> (raw)

* 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





             reply	other threads:[~2024-01-06 19:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-06 19:28 kiasoc5 via Guix-patches via [this message]
2024-01-07 18:51 ` bug#68295: [PATCH] gnu: txt2tags: Update to 3.9 Mathieu Othacehe
2024-01-07 20:11   ` [bug#68295] " kiasoc5 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240106192830.600148-1-kiasoc5@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=68295@debbugs.gnu.org \
    --cc=kiasoc5@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).