unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68400] [PATCH] gnu: texinfo-7: Update to 7.1.0
@ 2024-01-12  7:35 antlers via Guix-patches via
  2024-03-10  4:52 ` bug#68400: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: antlers via Guix-patches via @ 2024-01-12  7:35 UTC (permalink / raw)
  To: 68400, mail; +Cc: antlers

* gnu/packages/texinfo.scm(texinfo-7): Update to 7.1.0

Change-Id: Ie430edae45c4a3605f8408effd7528d86664ab61
---
Syntax highlighting!
Works best for me with pygments or highlight, though sourcing a profile
didn't expose `$GUIX_PROFILE/etc/filetypes.conf' to the latter-- I just
copied that into my working directory. Contextually, gnu-build-system
still pulls texinfo-6.

Thx!

 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 f45ae06810..a5ddc95859 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.3")
+    (version "7.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/texinfo/texinfo-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1gq7i01iblgfcwby1977adh8mab9vpq318vsz628wlkzkp821d3l"))))
+                "0lq9nf1as11mfqf2ydyc6b1xl1hqk0qj5llavxph97hmkzqwkvny"))))
     (inputs (modify-inputs (package-inputs texinfo)
               (append perl-archive-zip)))        ;needed for 'tex2any --epub3'
     (arguments

base-commit: 40f5a3ce437083e4f259878735c2c55f41708e81
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#68400: [PATCH] gnu: texinfo-7: Update to 7.1.0
  2024-01-12  7:35 [bug#68400] [PATCH] gnu: texinfo-7: Update to 7.1.0 antlers via Guix-patches via
@ 2024-03-10  4:52 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2024-03-10  4:52 UTC (permalink / raw)
  To: antlers; +Cc: 68400-done

antlers <antlers@illucid.net> writes:

> * gnu/packages/texinfo.scm(texinfo-7): Update to 7.1.0
>

Pushed as commit e03886d6f6, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-10  4:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-12  7:35 [bug#68400] [PATCH] gnu: texinfo-7: Update to 7.1.0 antlers via Guix-patches via
2024-03-10  4:52 ` bug#68400: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).