* [bug#73116] [PATCH] gnu: textinfo-7: update to 7.1.1
@ 2024-09-08 0:47 Andy Tai
2024-09-08 1:19 ` [bug#73116] [PATCH v2] gnu: textinfo-7: Update " Andy Tai
0 siblings, 1 reply; 3+ messages in thread
From: Andy Tai @ 2024-09-08 0:47 UTC (permalink / raw)
To: 73116; +Cc: Andy Tai
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#73116] [PATCH v2] gnu: textinfo-7: Update to 7.1.1.
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
2024-09-09 13:21 ` Z572
0 siblings, 1 reply; 3+ messages in thread
From: Andy Tai @ 2024-09-08 1:19 UTC (permalink / raw)
To: 73116; +Cc: Andy Tai
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#73116] [PATCH v2] gnu: textinfo-7: Update to 7.1.1.
2024-09-08 1:19 ` [bug#73116] [PATCH v2] gnu: textinfo-7: Update " Andy Tai
@ 2024-09-09 13:21 ` Z572
0 siblings, 0 replies; 3+ messages in thread
From: Z572 @ 2024-09-09 13:21 UTC (permalink / raw)
To: Andy Tai; +Cc: 73116
[-- Attachment #1: Type: text/plain, Size: 1269 bytes --]
Andy Tai <atai@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.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-09 13:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-08 0:47 [bug#73116] [PATCH] gnu: textinfo-7: update to 7.1.1 Andy Tai
2024-09-08 1:19 ` [bug#73116] [PATCH v2] gnu: textinfo-7: Update " Andy Tai
2024-09-09 13:21 ` Z572
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.