forked from mirrors/nixpkgs
[cpan2nix] perlPackages.commonsense: 3.74 -> 3.75
This commit is contained in:
parent
25465a25bf
commit
6679ba3f27
|
@ -2864,10 +2864,10 @@ let
|
|||
|
||||
commonsense = buildPerlPackage {
|
||||
pname = "common-sense";
|
||||
version = "3.74";
|
||||
version = "3.75";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/M/ML/MLEHMANN/common-sense-3.74.tar.gz";
|
||||
sha256 = "1wxv2s0hbjkrnssvxvsds0k213awg5pgdlrpkr6xkpnimc17s7vp";
|
||||
url = mirror://cpan/authors/id/M/ML/MLEHMANN/common-sense-3.75.tar.gz;
|
||||
sha256 = "0zhfp8f0czg69ycwn7r6ayg6idm5kyh2ai06g5s6s07kli61qsm8";
|
||||
};
|
||||
meta = {
|
||||
description = "Implements some sane defaults for Perl programs";
|
||||
|
|
Loading…
Reference in a new issue