guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: texinfo: Update to 7.1.


From: guix-commits
Subject: 05/05: gnu: texinfo: Update to 7.1.
Date: Thu, 21 Dec 2023 18:45:54 -0500 (EST)

civodul pushed a commit to branch core-updates
in repository guix.

commit eff2e206881511d04accae1715366e17bf4c2346
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Dec 22 00:45:18 2023 +0100

    gnu: texinfo: Update to 7.1.
    
    * gnu/packages/texinfo.scm (texinfo-7): Update to 7.1.
    
    Change-Id: I30d582854921503ccb40bc2c8643e80b8cc39a52
---
 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 92c9d800a9..79c21d8b45 100644
--- a/gnu/packages/texinfo.scm
+++ b/gnu/packages/texinfo.scm
@@ -107,14 +107,14 @@ is on expressing the content semantically, avoiding 
physical markup commands.")
 (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



reply via email to

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