[cpan2nix] perlPackages.DataSection: 0.200006 -> 0.200007
This commit is contained in:
parent
1c9f16d44b
commit
c0cfead76c
|
@ -3211,17 +3211,18 @@ let self = _self // overrides; _self = with self; {
|
||||||
};
|
};
|
||||||
|
|
||||||
DataSection = buildPerlPackage rec {
|
DataSection = buildPerlPackage rec {
|
||||||
name = "Data-Section-0.200006";
|
name = "Data-Section-0.200007";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
|
||||||
sha256 = "0psvsfn5q9y1qkzkq62dr1c6bfrckkkz8hr1sgkdn2mbkpwh319l";
|
sha256 = "1pmlxca0a8sv2jjwvhwgqavq6iwys6kf457lby4anjp3f1dpx4yd";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ MROCompat SubExporter TestFailWarnings ];
|
propagatedBuildInputs = [ MROCompat SubExporter ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/rjbs/data-section;
|
homepage = https://github.com/rjbs/data-section;
|
||||||
description = "Read multiple hunks of data out of your DATA section";
|
description = "Read multiple hunks of data out of your DATA section";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
|
buildInputs = [ TestFailWarnings ];
|
||||||
};
|
};
|
||||||
|
|
||||||
DataSerializer = buildPerlModule {
|
DataSerializer = buildPerlModule {
|
||||||
|
|
Loading…
Reference in New Issue