3
0
Fork 0
forked from mirrors/nixpkgs

perlPackages.CommonSense: update from 3.6 to 3.72

This commit is contained in:
Nixpkgs Monitor 2013-12-14 17:30:26 +02:00 committed by Evgeny Egorochkin
parent 672999a3d4
commit cd31e1fbd7

View file

@ -1302,10 +1302,10 @@ rec {
};
CommonSense = buildPerlPackage rec {
name = "common-sense-3.6";
name = "common-sense-3.72";
src = fetchurl {
url = mirror://cpan/authors/id/M/ML/MLEHMANN/common-sense-3.6.tar.gz;
sha256 = "0nkbp1by0mpvg1x6053fbh9dl8nnswlyfmqp8k2lppd717hw5ql6";
url = mirror://cpan/authors/id/M/ML/MLEHMANN/common-sense-3.72.tar.gz;
sha256 = "16q95qrjksyykdn3mfj9vx26kb6c3hg97scmcbd00hfbk332xyd4";
};
meta = {
homepage = http://search.cpan.org/perldoc?CPAN::Meta::Spec;