1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

perlPackages.DataPage: update from 2.01 to 2.02

This commit is contained in:
Peter Simons 2014-04-07 14:05:09 +02:00
parent 83a4c1ed79
commit 28410f40b4

View file

@ -1887,10 +1887,10 @@ let self = _self // overrides; _self = with self; {
};
DataPage = buildPerlPackage {
name = "Data-Page-2.01";
name = "Data-Page-2.02";
src = fetchurl {
url = mirror://cpan/authors/id/L/LB/LBROCARD/Data-Page-2.01.tar.gz;
sha256 = "0mvhlid9qx9yd94rgr4lfz9kvflimc1dzcah0x7q5disw39aqrzr";
url = mirror://cpan/authors/id/L/LB/LBROCARD/Data-Page-2.02.tar.gz;
sha256 = "1hvi92c4h2angryc6pngw7gbm3ysc2jfmyxk2wh9ia4vdwpbs554";
};
propagatedBuildInputs = [TestException ClassAccessorChained];
};