perlPackages.Clone: update from 0.34 to 0.36

This commit is contained in:
Evgeny Egorochkin 2014-02-14 20:09:56 +02:00
parent 47dccc8511
commit 7cc98001dc

View File

@ -1289,10 +1289,10 @@ let self = _self // overrides; _self = with self; {
}; };
Clone = buildPerlPackage { Clone = buildPerlPackage {
name = "Clone-0.34"; name = "Clone-0.36";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/G/GA/GARU/Clone-0.34.tar.gz; url = mirror://cpan/authors/id/G/GA/GARU/Clone-0.36.tar.gz;
sha256 = "0qk32i2ncmn7wm2dbjpwhwa4js079bgfs4ayb90mnxjhwq5358ix"; sha256 = "1i90l24l46dyadmdz82klyh3y1lhfn75wjjpfmgl1kbr4plgdph3";
}; };
meta = { meta = {
description = "Recursively copy Perl datatypes"; description = "Recursively copy Perl datatypes";