perlPackages.CGIExpand: update from 2.03 to 2.04

This commit is contained in:
Peter Simons 2014-04-07 14:02:48 +02:00
parent d8cd48542b
commit 626061e79d
1 changed files with 3 additions and 3 deletions

View File

@ -1045,10 +1045,10 @@ let self = _self // overrides; _self = with self; {
};
CGIExpand = buildPerlPackage {
name = "CGI-Expand-2.03";
name = "CGI-Expand-2.04";
src = fetchurl {
url = mirror://cpan/authors/id/B/BO/BOWMANBS/CGI-Expand-2.03.tar.gz;
sha256 = "0p59is2mynybii8r1cpci2i17xzwhrrs4741hndhkcp4spggr0z1";
url = mirror://cpan/authors/id/B/BO/BOWMANBS/CGI-Expand-2.04.tar.gz;
sha256 = "0jk2vvk4mlz7phq3h3wpryix46adi7fkkzvkv0ssn5xkqy3pqlny";
};
propagatedBuildInputs = [ TestException ];
meta = {