autoconf: 2.71 -> 2.72

Changes: https://lists.gnu.org/archive/html/info-gnu/2023-12/msg00002.html

+2 -7
+2 -7
pkgs/development/tools/misc/autoconf/default.nix
··· 7 8 stdenv.mkDerivation rec { 9 pname = "autoconf"; 10 - version = "2.71"; 11 outputs = [ "out" "doc" ]; 12 13 src = fetchurl { 14 url = "mirror://gnu/autoconf/autoconf-${version}.tar.xz"; 15 - sha256 = "197sl23irn6s9pd54rxj5vcp5y8dv65jb9yfqgr2g56cxg7q6k7i"; 16 }; 17 - patches = [ 18 - # fix stale autom4te cache race condition: 19 - # https://savannah.gnu.org/support/index.php?110521 20 - ./2.71-fix-race.patch 21 - ]; 22 23 strictDeps = true; 24 nativeBuildInputs = [ m4 perl texinfo ];
··· 7 8 stdenv.mkDerivation rec { 9 pname = "autoconf"; 10 + version = "2.72"; 11 outputs = [ "out" "doc" ]; 12 13 src = fetchurl { 14 url = "mirror://gnu/autoconf/autoconf-${version}.tar.xz"; 15 + hash = "sha256-uohcExlXjWyU1G6bDc60AUyq/iSQ5Deg28o/JwoiP1o="; 16 }; 17 18 strictDeps = true; 19 nativeBuildInputs = [ m4 perl texinfo ];