help2man: 1.47.9 -> 1.47.10

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/help2man/versions
This commit is contained in:
R. RyanTM 2019-04-30 18:47:21 -07:00
parent fd2bd6e433
commit aaae863446

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, perlPackages, gettext }:
stdenv.mkDerivation rec {
name = "help2man-1.47.9";
name = "help2man-1.47.10";
src = fetchurl {
url = "mirror://gnu/help2man/${name}.tar.xz";
sha256 = "1li3b6vifhysc2ckx0d7krwrqb8bk0kzn3k18ff1963hjc1qp7nz";
sha256 = "1yywli520246aba12vpgj7bhr1r13swad3xm49a0cygqcgywnwgk";
};
nativeBuildInputs = [ gettext perlPackages.LocaleGettext ];