GNU bug report logs - #73116
[PATCH] gnu: textinfo-7: update to 7.1.1

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Sun, 8 Sep 2024 00:48:02 UTC

Severity: normal

Tags: patch

Done: Andy Tai <atai <at> atai.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73116 in the body.
You can then email your comments to 73116 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#73116; Package guix-patches. (Sun, 08 Sep 2024 00:48:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 08 Sep 2024 00:48:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: textinfo-7: update to 7.1.1
Date: Sat,  7 Sep 2024 17:47:23 -0700
* gnu/packages/texinfo.scm 9texinfo-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





Information forwarded to guix-patches <at> gnu.org:
bug#73116; Package guix-patches. (Sun, 08 Sep 2024 01:21:02 GMT) Full text and rfc822 format available.

Message #8 received at 73116 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 73116 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH v2] gnu: textinfo-7: Update to 7.1.1.
Date: Sat,  7 Sep 2024 18:19:45 -0700
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#73116; Package guix-patches. (Mon, 09 Sep 2024 13:22:02 GMT) Full text and rfc822 format available.

Message #11 received at 73116 <at> debbugs.gnu.org (full text, mbox):

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Andy Tai <atai <at> atai.org>
Cc: 73116 <at> debbugs.gnu.org
Subject: Re: [bug#73116] [PATCH v2] gnu: textinfo-7: Update to 7.1.1.
Date: Mon, 09 Sep 2024 21:21:39 +0800
[Message part 1 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:


gnu: textinfo-7: Update to 7.1.1.
     ^
     texinfo-7

fix a typo.

> * 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

push, close.
[signature.asc (application/pgp-signature, inline)]

bug closed, send any further explanations to 73116 <at> debbugs.gnu.org and Andy Tai <atai <at> atai.org> Request was from Andy Tai <atai <at> atai.org> to control <at> debbugs.gnu.org. (Tue, 10 Sep 2024 17:44:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 09 Oct 2024 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 345 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.