texinfo: 7.2 -> 7.3

This commit is contained in:
Alexis Hildebrandt
2026-03-02 22:20:31 +01:00
parent 66b5ff6922
commit cbb6959f31
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=";
};
}