perlPackages.Po4a: 0.55 -> 0.62
This commit is contained in:
parent
77ffc4c241
commit
310cb37f07
|
@ -3,10 +3,10 @@
|
||||||
|
|
||||||
buildPerlPackage rec {
|
buildPerlPackage rec {
|
||||||
pname = "po4a";
|
pname = "po4a";
|
||||||
version = "0.55";
|
version = "0.62";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/mquinson/po4a/releases/download/v${version}/po4a-${version}.tar.gz";
|
url = "https://github.com/mquinson/po4a/releases/download/v${version}/po4a-${version}.tar.gz";
|
||||||
sha256 = "1qss4q5df3nsydsbggb7gg50bn0kdxq5wn8riqm9zwkiq6a4bifg";
|
sha256 = "0eb510a66f59de68cf7a205342036cc9fc08b39334b91f1456421a5f3359e68b";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ docbook_xsl docbook_xsl_ns ModuleBuild ];
|
nativeBuildInputs = [ docbook_xsl docbook_xsl_ns ModuleBuild ];
|
||||||
propagatedBuildInputs = [ TextWrapI18N LocaleGettext SGMLSpm UnicodeLineBreak PodParser YAMLTiny ];
|
propagatedBuildInputs = [ TextWrapI18N LocaleGettext SGMLSpm UnicodeLineBreak PodParser YAMLTiny ];
|
||||||
|
|
Loading…
Reference in New Issue