[cpan2nix] perlPackages.DataSection: 0.200006 -> 0.200007

This commit is contained in:
volth 2018-04-07 07:55:59 +00:00
parent 1c9f16d44b
commit c0cfead76c

View File

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