Appcpanminus: 1.7027 -> 1.7039
This commit is contained in:
parent
8be8193bd5
commit
de2c9ffc97
@ -213,11 +213,11 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
Appcpanminus = buildPerlPackage {
|
Appcpanminus = buildPerlPackage rec {
|
||||||
name = "App-cpanminus-1.7027";
|
name = "App-cpanminus-1.7039";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7027.tar.gz;
|
url = "mirror://cpan/authors/id/M/MI/MIYAGAWA/${name}.tar.gz";
|
||||||
sha256 = "6853359493f8465abbe556d7409e7c0abecd1b48b6a63d2f851af83839c34b31";
|
sha256 = "1r34f30izvb0d124576nwg5x0jcdbzgwgxczpgbnd66g7wqdig09";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/miyagawa/cpanminus;
|
homepage = https://github.com/miyagawa/cpanminus;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user