mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
texinfo: 7.2 -> 7.3 (#495978)
This commit is contained in:
@@ -56,7 +56,7 @@ stdenv.mkDerivation {
|
||||
patches =
|
||||
patches
|
||||
++ optional (
|
||||
interactive && versionAtLeast version "7.2"
|
||||
interactive && versionAtLeast version "7.2" && versionOlder version "7.3"
|
||||
) ./fix-test-suite-failures-with-perl-5.42.patch
|
||||
++ optional crossBuildTools ./cross-tools-flags.patch;
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@ let
|
||||
in
|
||||
{
|
||||
texinfo7 = buildTexinfo {
|
||||
version = "7.2";
|
||||
hash = "sha256-AynXeI++8RP6gsuAiJyhl6NEzg33ZG/gAJdMXXFDY6Y=";
|
||||
version = "7.3";
|
||||
hash = "sha256-UfdOsPUc+phzuFJk391dRuiVfslbiPD7di9j2eFkxy4=";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user