guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: texinfo: Add version 7.0.


From: guix-commits
Subject: 01/05: gnu: texinfo: Add version 7.0.
Date: Wed, 9 Nov 2022 18:17:04 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 26e39b1258801051352fcfb97313cf1541e80c2c
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Nov 9 16:18:34 2022 +0100

    gnu: texinfo: Add version 7.0.
    
    * gnu/packages/texinfo.scm (texinfo-7): New variable.
---
 gnu/packages/texinfo.scm | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm
index 8cf90855a3..0deec8fb3a 100644
--- a/gnu/packages/texinfo.scm
+++ b/gnu/packages/texinfo.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2015, 2016, 2017, 2019 Ludovic Courtès 
<ludo@gnu.org>
+;;; Copyright © 2012, 2013, 2015, 2016, 2017, 2019, 2022 Ludovic Courtès 
<ludo@gnu.org>
 ;;; Copyright © 2014, 2016 Eric Bavier <bavier@member.fsf.org>
 ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2017, 2019 Efraim Flashner <efraim@flashner.co.il>
@@ -95,6 +95,18 @@ their source and the command-line Info reader.  The emphasis 
of the language
 is on expressing the content semantically, avoiding physical markup commands.")
     (license gpl3+)))
 
+(define-public texinfo-7
+  (package
+    (inherit texinfo)
+    (version "7.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://gnu/texinfo/texinfo-"
+                                  version ".tar.xz"))
+              (sha256
+               (base32
+                "1q73zd0bm7zjamc5ssf329v7fndd8dqv0d7fii6s1rqwaf14nx10"))))))
+
 (define-public texinfo-5
   (package (inherit texinfo)
     (version "5.2")



reply via email to

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