[PATCH] gnu: texinfo: Update to 7.0.3

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Christopher Baines
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
20230327041849.17341-1-atai@atai.org
* gnu/packages/texinfo.scm (texinfo-7): Update to 7.0.3
---
gnu/packages/texinfo.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (27 lines)
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
Christopher Baines wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)
87bkkenppz.fsf@cbaines.net
Andy Tai <atai@atai.org> writes:

Toggle quote (5 lines)
> * gnu/packages/texinfo.scm (texinfo-7): Update to 7.0.3
> ---
> gnu/packages/texinfo.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, I've pushed this to the master branch as
da410b45a93c42b07c7ea6a514eafa5e7cf4e497.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmQhvwhfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XctWQ/9ESzpRTHcwGdsDgxI3PofX55c48zCNdjY
4fP517nLj0AblqcQi2qrufVeyQr+cn0IIUI01AieQGbnlES2khk104nObQ8imdZC
hu+h+Qb3is71eQepkBv9PrmvbTQQ0inSumKxlxvrxp59DC3bTX8nflEKpruLwVbT
hOQAcU9V6dKxQkDHTCfT+NFhs5pEhOvDMGHXo3pVFYhe6Ae+lRO490CbwOKRJwiH
8ANa3vSXq05LlkbkqvQUY0GMwdp6HvHPCKrQXYI3pKMifoSn5lHumHZasjtgnXUJ
zUVudYC4P0lfhlr3uvsHX5rvHP+FrCy8BEmug6Ij86DFQbuZnm7oUE+2cnsdE8yY
z5TLB3NFEZs64bFS8ZSjSKrgydcL9i5AFq6YzF8g/IRHCYHqErclksB4MoIthZZX
LuKY1pyHF7HIGrbPvjMLa+1RnVrF/7ZDMzyhNMMJwK0wElfUOb32EkICf1V1nee6
pMLSv0HmxYu858dB5m1KzjSBvlXISZGgYlyKtfnpkRDge39jIVgL/omKq7zvuMql
lDVc0fcqgJWX+p/bJQrSeWzIvwpPHZLvrVu418w1gH/xkL5ikwZgu3246PuPWGKp
u8kOUT00bVa5edCn9WlZyZ9m5oOAOSVoeFp2FD0GrAQ4GWuItIk3kaAokrSqT4Ty
d+pNEAvJ/xM=
=7i9s
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 62475@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 62475
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help