mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
perlPackages.CommonSense: update from 3.6 to 3.72
This commit is contained in:
parent
672999a3d4
commit
cd31e1fbd7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user