guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#73116] [PATCH v2] gnu: textinfo-7: Update to 7.1.1.


From: Z572
Subject: [bug#73116] [PATCH v2] gnu: textinfo-7: Update to 7.1.1.
Date: Mon, 09 Sep 2024 21:21:39 +0800

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: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]