summary refs log tree commit diff
path: root/pkgs/development/tools/misc/texinfo
diff options
context:
space:
mode:
authorRahul Gopinath <rahul@gopinath.org>2016-07-04 01:13:08 -0700
committerVladimír Čunát <vcunat@gmail.com>2016-07-09 16:47:53 +0200
commitcf5ebca53ea194778f5cc1beff3db621804c0d3a (patch)
tree79403235ef7127d1d40d279a07ac8433111b8612 /pkgs/development/tools/misc/texinfo
parentcd04b8360551a0d3c9fa163e91fb7de0c2a19e83 (diff)
texinfo: 6.0 -> 6.1
Diffstat (limited to 'pkgs/development/tools/misc/texinfo')
-rw-r--r--pkgs/development/tools/misc/texinfo/6.1.nix (renamed from pkgs/development/tools/misc/texinfo/6.0.nix)5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/texinfo/6.0.nix b/pkgs/development/tools/misc/texinfo/6.1.nix
index 507ca22cd1ae2..f19ccb35508fd 100644
--- a/pkgs/development/tools/misc/texinfo/6.0.nix
+++ b/pkgs/development/tools/misc/texinfo/6.1.nix
@@ -3,11 +3,11 @@
 with stdenv.lib;
 
 stdenv.mkDerivation rec {
-  name = "texinfo-6.0";
+  name = "texinfo-6.1";
 
   src = fetchurl {
     url = "mirror://gnu/texinfo/${name}.tar.xz";
-    sha256 = "1r3i6jyynn6ab45fxw5bms8mflk9ry4qpj6gqyry72vfd5c47fhi";
+    sha256 = "1ll3d0l8izygdxqz96wfr2631kxahifwdknpgsx2090vw963js5c";
   };
 
   buildInputs = [ perl xz ]
@@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
     description = "The GNU documentation system";
     license = licenses.gpl3Plus;
     platforms = platforms.all;
+    maintainers = [ maintainers.vrthra ];
 
     longDescription = ''
       Texinfo is the official documentation format of the GNU project.