autoconf: 2.72 -> 2.73

Changes: https://mail.gnu.org/archive/html/autotools-announce/2026-03/msg00000.html
This commit is contained in:
Sergei Trofimovich
2026-03-28 21:42:26 +00:00
parent 7b908702ec
commit 607db486b1
@@ -14,7 +14,7 @@
stdenv.mkDerivation rec {
pname = "autoconf";
version = "2.72";
version = "2.73";
outputs = [
"out"
"doc"
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnu/autoconf/autoconf-${version}.tar.xz";
hash = "sha256-uohcExlXjWyU1G6bDc60AUyq/iSQ5Deg28o/JwoiP1o=";
hash = "sha256-n9ZyschCX6wvpn+gR3uZCYcmi5D/NtXwFtrle+DWtS4=";
};
strictDeps = true;