mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Text-Markdown: 1.0.26 -> 1.000031
This commit is contained in:
parent
6e84941c4f
commit
2431c5d349
1 changed files with 4 additions and 4 deletions
|
@ -11251,13 +11251,13 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
TextMarkdown = buildPerlPackage rec {
|
||||
name = "Text-Markdown-1.0.26";
|
||||
name = "Text-Markdown-1.000031";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/B/BO/BOBTFISH/${name}.tar.gz";
|
||||
sha256 = "1ch8018yhn8mz38k0mrv5iljji1qqby2gfnvhvcm2vp65pjq2zdn";
|
||||
sha256 = "06y79lla8adkqhrs41xdddqjs81dcrh266b50mfbg37bxkawd4f1";
|
||||
};
|
||||
buildInputs = [ FileSlurp ListMoreUtils Encode
|
||||
ExtUtilsMakeMaker TestException ];
|
||||
buildInputs = [ FileSlurp ListMoreUtils Encode ExtUtilsMakeMaker
|
||||
TestException HTMLTidy TestDifferences ];
|
||||
};
|
||||
|
||||
TestMagpie = buildPerlPackage {
|
||||
|
|
Loading…
Reference in a new issue