autoconf: 2.72 -> 2.73 (#504506)

This commit is contained in:
Martin Weinelt
2026-04-06 17:07:31 +00:00
committed by GitHub
@@ -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;