unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 73116@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#73116] [PATCH v2] gnu: textinfo-7: Update to 7.1.1.
Date: Sat,  7 Sep 2024 18:19:45 -0700	[thread overview]
Message-ID: <b385a3129a3e8fea4ba1475acb19648b3b606b61.1725758349.git.atai@atai.org> (raw)
In-Reply-To: <cf118fad90843866d936bfe0411d3518fddb4679.1725756412.git.atai@atai.org>

* gnu/packages/texinfo.scm (texinfo-7): Update to 7.1.1.

Change-Id: Ic676c9a29e3efc0c656c3c5315cc83132a475a30
---
 gnu/packages/texinfo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm
index 79c21d8b45..81afdaf7a7 100644
--- a/gnu/packages/texinfo.scm
+++ b/gnu/packages/texinfo.scm
@@ -107,14 +107,14 @@ (define-public texinfo
 (define-public texinfo-7
   (package
     (inherit texinfo)
-    (version "7.1")
+    (version "7.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/texinfo/texinfo-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0lq9nf1as11mfqf2ydyc6b1xl1hqk0qj5llavxph97hmkzqwkvny"))))
+                "10kcdb3pf7yakniccvv0krchs2fh3vh1rvhvnqr98ll3cbj3gbii"))))
     (inputs (modify-inputs (package-inputs texinfo)
               (append perl-archive-zip)))        ;needed for 'tex2any --epub3'
     (arguments

base-commit: 123b7226a0442ee4103c04064d453421424d5fac
-- 
2.34.1





  reply	other threads:[~2024-09-08  1:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-08  0:47 [bug#73116] [PATCH] gnu: textinfo-7: update to 7.1.1 Andy Tai
2024-09-08  1:19 ` Andy Tai [this message]
2024-09-09 13:21   ` [bug#73116] [PATCH v2] gnu: textinfo-7: Update " Z572

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=b385a3129a3e8fea4ba1475acb19648b3b606b61.1725758349.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=73116@debbugs.gnu.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).