[cpan2nix] perlPackages.ExporterTiny: 1.000000 -> 1.002001
This commit is contained in:
parent
47e81e9c9f
commit
aa9872a9dd
@ -5341,10 +5341,10 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
ExporterTiny = buildPerlPackage {
|
ExporterTiny = buildPerlPackage {
|
||||||
name = "Exporter-Tiny-1.000000";
|
name = "Exporter-Tiny-1.002001";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/T/TO/TOBYINK/Exporter-Tiny-1.000000.tar.gz;
|
url = mirror://cpan/authors/id/T/TO/TOBYINK/Exporter-Tiny-1.002001.tar.gz;
|
||||||
sha256 = "ffdd77d57de099e8f64dd942ef12a00a3f4313c2531f342339eeed2d366ad078";
|
sha256 = "a82c334c02ce4b0f9ea77c67bf77738f76a9b8aa4bae5c7209d1c76453d3c48d";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "An exporter with the features of Sub::Exporter but only core dependencies";
|
description = "An exporter with the features of Sub::Exporter but only core dependencies";
|
||||||
|
Loading…
Reference in New Issue
Block a user