3
0
Fork 0
forked from mirrors/nixpkgs

perlPackages.TextWikiFormat: update from 0.80 to 0.81

This commit is contained in:
Peter Simons 2014-04-07 14:00:51 +02:00
parent ad5b3a3b1a
commit 684245d61e

View file

@ -9017,10 +9017,10 @@ let self = _self // overrides; _self = with self; {
};
TextWikiFormat = buildPerlPackage {
name = "Text-WikiFormat-0.80";
name = "Text-WikiFormat-0.81";
src = fetchurl {
url = mirror://cpan/authors/id/C/CY/CYCLES/Text-WikiFormat-0.80.tar.gz;
sha256 = "0i1mg3ivxhx09x0w06k15izc92bknwqwh0ghpmhlq9s9iw12mmry";
url = mirror://cpan/authors/id/C/CY/CYCLES/Text-WikiFormat-0.81.tar.gz;
sha256 = "0cxbgx879bsskmnhjzamgsa5862ddixyx4yr77lafmwimnaxjg74";
};
propagatedBuildInputs = [ URI ];
meta = {