help2man: 1.47.16 -> 1.47.17

This commit is contained in:
R. RyanTM 2021-01-29 23:53:49 +00:00
parent 5953c2bc94
commit 6e437a6f40

View file

@ -6,11 +6,11 @@
# files.
stdenv.mkDerivation rec {
name = "help2man-1.47.16";
name = "help2man-1.47.17";
src = fetchurl {
url = "mirror://gnu/help2man/${name}.tar.xz";
sha256 = "1x586h7wvripcay35kdh2kvydx84y8yy93ffjah2rqw6bc65iy1y";
sha256 = "sha256-2jo1xQseH4yPoyLWn6R8kBHORDqPuNHWcbHwG4sACOs=";
};
nativeBuildInputs = [ gettext perlPackages.LocaleGettext ];