guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: texinfo: Add version 6.0.


From: Ludovic Courtès
Subject: 03/07: gnu: texinfo: Add version 6.0.
Date: Mon, 29 Jun 2015 12:42:29 +0000

civodul pushed a commit to branch master
in repository guix.

commit ce1e4bd58d618da3f291fc330cd98416e430427c
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jun 29 14:41:42 2015 +0200

    gnu: texinfo: Add version 6.0.
    
    * gnu/packages/texinfo.scm (texinfo-6): New variable.
---
 gnu/packages/texinfo.scm |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm
index 0cce38b..ca411a9 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 Ludovic Courtès <address@hidden>
+;;; Copyright © 2012, 2013, 2015 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2014 Eric Bavier <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -53,6 +53,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-6
+  (package
+    (inherit texinfo)
+    (version "6.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://gnu/texinfo/texinfo-"
+                                  version ".tar.xz"))
+              (sha256
+               (base32
+                "1r3i6jyynn6ab45fxw5bms8mflk9ry4qpj6gqyry72vfd5c47fhi"))))))
+
 (define-public texinfo-4
   (package (inherit texinfo)
     (version "4.13a")



reply via email to

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