Skip to content

Commit

Permalink
texinfo: 7.0.3 -> 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afh committed Oct 20, 2023
1 parent 85e5386 commit 83c1277
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pkgs/development/tools/misc/texinfo/7.1.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import ./common.nix {
version = "7.1";
sha256 = "sha256-3u7J8Z8VngRv34rSIjGYGAbawzLMNy8cdjUErYKzCVM=";
}
3 changes: 2 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20289,7 +20289,8 @@ with pkgs;
texinfo6_5 = callPackage ../development/tools/misc/texinfo/6.5.nix { }; # needed for allegro
texinfo6_7 = callPackage ../development/tools/misc/texinfo/6.7.nix { }; # needed for gpm, iksemel and fwknop
texinfo6 = callPackage ../development/tools/misc/texinfo/6.8.nix { };
texinfo7 = callPackage ../development/tools/misc/texinfo/7.0.nix { };
texinfo7_0 = callPackage ../development/tools/misc/texinfo/7.0.nix { };
texinfo7 = callPackage ../development/tools/misc/texinfo/7.1.nix { };
texinfo = texinfo7;
texinfoInteractive = texinfo.override { interactive = true; };

Expand Down

0 comments on commit 83c1277

Please sign in to comment.