perl-App-cpanminus: 1.7039 -> 1.7040

Also fix license field.
This commit is contained in:
Robert Helgesson 2016-04-17 13:02:35 +02:00
parent f58cb0e43c
commit dfc2081923

View File

@ -244,15 +244,15 @@ let self = _self // overrides; _self = with self; {
};
Appcpanminus = buildPerlPackage rec {
name = "App-cpanminus-1.7039";
name = "App-cpanminus-1.7040";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MI/MIYAGAWA/${name}.tar.gz";
sha256 = "1r34f30izvb0d124576nwg5x0jcdbzgwgxczpgbnd66g7wqdig09";
sha256 = "fc8e5cde17cc5f4cc13aea8781c1e9425f76abc684cc720e9253f47ab3529556";
};
meta = {
homepage = https://github.com/miyagawa/cpanminus;
description = "Get, unpack, build and install modules from CPAN";
license = "perl";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
platforms = stdenv.lib.platforms.all;
};
};