help2man 1.37.1
svn path=/nixpkgs/trunk/; revision=20710
This commit is contained in:
parent
9e16b812e0
commit
ee149814c4
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl, perl, gettext, LocaleGettext}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "help2man-1.35.1";
|
||||
name = "help2man-1.37.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://ftp.gnu.org/gnu/help2man/help2man-1.35.1.tar.gz;
|
||||
md5 = "e3c9e846dd163eb7f1d1661e2d0baa07";
|
||||
url = http://ftp.gnu.org/gnu/help2man/help2man-1.37.1.tar.gz;
|
||||
sha256 = "0q8msq7b71rdg73r49ibvljsr6i4rpqy7l52l9qca8p7z0gaji1v";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue