all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 62475@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#62475] [PATCH] gnu: texinfo: Update to 7.0.3
Date: Sun, 26 Mar 2023 21:18:49 -0700	[thread overview]
Message-ID: <20230327041849.17341-1-atai@atai.org> (raw)

* gnu/packages/texinfo.scm (texinfo-7): Update to 7.0.3
---
 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 77fc3baaf7..b069c42ca7 100644
--- a/gnu/packages/texinfo.scm
+++ b/gnu/packages/texinfo.scm
@@ -104,14 +104,14 @@ (define-public texinfo
 (define-public texinfo-7
   (package
     (inherit texinfo)
-    (version "7.0.2")
+    (version "7.0.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/texinfo/texinfo-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1balvbkdlwa8zwnzp4irkixq1zhps2wr6njmwj4ilgiqc4rfq4gj"))))
+                "1gq7i01iblgfcwby1977adh8mab9vpq318vsz628wlkzkp821d3l"))))
     (inputs (modify-inputs (package-inputs texinfo)
               (append perl-archive-zip)))        ;needed for 'tex2any --epub3'
     (arguments

base-commit: 04724e59971b03f86a410285653d24005c62b924
prerequisite-patch-id: 60c243d1f648739628f0c2d4425873d31997a669
prerequisite-patch-id: d0961f0aef38737a9d2cc0ee520b30964064e705
-- 
2.39.2





             reply	other threads:[~2023-03-27  4:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-27  4:18 Andy Tai [this message]
2023-03-27 16:06 ` bug#62475: [PATCH] gnu: texinfo: Update to 7.0.3 Christopher Baines

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

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

  git send-email \
    --in-reply-to=20230327041849.17341-1-atai@atai.org \
    --to=atai@atai.org \
    --cc=62475@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.