[cpan2nix] perlPackages.DataPage: 2.02 -> 2.03

This commit is contained in:
volth 2019-07-18 22:51:31 +00:00
parent 3b05410f1d
commit 5a6cf06497

View file

@ -3742,10 +3742,10 @@ let
DataPage = buildPerlPackage {
pname = "Data-Page";
version = "2.02";
version = "2.03";
src = fetchurl {
url = mirror://cpan/authors/id/L/LB/LBROCARD/Data-Page-2.02.tar.gz;
sha256 = "1hvi92c4h2angryc6pngw7gbm3ysc2jfmyxk2wh9ia4vdwpbs554";
url = mirror://cpan/authors/id/E/ET/ETHER/Data-Page-2.03.tar.gz;
sha256 = "12rxrr2b11qjk0c437cisw2kfqkafw1awcng09cv6yhzglb55yif";
};
propagatedBuildInputs = [ ClassAccessorChained ];
buildInputs = [ TestException ];