[cpan2nix] perlPackages.ScopeUpper: 0.29 -> 0.30

This commit is contained in:
volth 2018-04-07 07:53:02 +00:00
parent 30b5683b92
commit e05a2936be

View File

@ -12255,10 +12255,10 @@ let self = _self // overrides; _self = with self; {
};
ScopeUpper = buildPerlPackage rec {
name = "Scope-Upper-0.29";
name = "Scope-Upper-0.30";
src = fetchurl {
url = "mirror://cpan/authors/id/V/VP/VPIT/${name}.tar.gz";
sha256 = "4b07360a243ce0ccaacfdfa98ae38ef2686aa908fcf4ef3d669105ac36759e0a";
sha256 = "7f151582423850d814034404b1e23b5efb281b9dd656b9afe81c761ebb88bbb4";
};
meta = {
homepage = http://search.cpan.org/dist/Scope-Upper/;