GNU bug report logs -
#73116
[PATCH] gnu: textinfo-7: update to 7.1.1
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Sun, 8 Sep 2024 00:48:02 UTC
Severity: normal
Tags: patch
Done: Andy Tai <atai <at> atai.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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
This bug report was last modified 345 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.