[PATCH] gnu: texinfo-7: Update to 7.1.0

  • Done
  • quality assurance status badge
Details
2 participants
  • antlers
  • ???
Owner
unassigned
Submitted by
antlers
Severity
normal
A
A
antlers wrote on 12 Jan 08:35 +0100
(name . antlers)(address . antlers@illucid.net)
7c4e8d1ae798187493a520449df441d3dda14d84.1705044951.git.antlers@illucid.net
* 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(-)

Toggle diff (25 lines)
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
?
(name . antlers)(address . antlers@illucid.net)(address . 68400-done@debbugs.gnu.org)
87frwyeljh.fsf@envs.net
antlers <antlers@illucid.net> writes:

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

Pushed as commit e03886d6f6, thank you!
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 68400
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