perl-Scope-Upper: 0.24 -> 0.29
This commit is contained in:
parent
2dae9980cc
commit
41cca299ef
1 changed files with 4 additions and 4 deletions
|
@ -11874,11 +11874,11 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
};
|
||||
|
||||
ScopeUpper = buildPerlPackage {
|
||||
name = "Scope-Upper-0.24";
|
||||
ScopeUpper = buildPerlPackage rec {
|
||||
name = "Scope-Upper-0.29";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/V/VP/VPIT/Scope-Upper-0.24.tar.gz;
|
||||
sha256 = "159jcwliyb7j80858pi052hkmhgy4cdbjha419kmhhqc9s1rhd5g";
|
||||
url = "mirror://cpan/authors/id/V/VP/VPIT/${name}.tar.gz";
|
||||
sha256 = "4b07360a243ce0ccaacfdfa98ae38ef2686aa908fcf4ef3d669105ac36759e0a";
|
||||
};
|
||||
meta = {
|
||||
homepage = http://search.cpan.org/dist/Scope-Upper/;
|
||||
|
|
Loading…
Reference in a new issue