texinfo: 7.2 -> 7.3 (#495978)

This commit is contained in:
Alexis Hildebrandt
2026-08-10 20:10:12 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -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;

View File

@@ -66,7 +66,7 @@ let
in
{
texinfo7 = buildTexinfo {
version = "7.2";
hash = "sha256-AynXeI++8RP6gsuAiJyhl6NEzg33ZG/gAJdMXXFDY6Y=";
version = "7.3";
hash = "sha256-UfdOsPUc+phzuFJk391dRuiVfslbiPD7di9j2eFkxy4=";
};
}