[cpan2nix] perlPackages.NetCIDR: 0.18 -> 0.19

This commit is contained in:
volth 2018-06-23 10:10:57 +00:00
parent cf95d7bc7e
commit b9a03f6a05
1 changed files with 3 additions and 3 deletions

View File

@ -11232,10 +11232,10 @@ let self = _self // overrides; _self = with self; {
};
NetCIDR = buildPerlPackage {
name = "Net-CIDR-0.18";
name = "Net-CIDR-0.19";
src = fetchurl {
url = mirror://cpan/authors/id/M/MR/MRSAM/Net-CIDR-0.18.tar.gz;
sha256 = "c3df7ea8d42b2d8ec328c187329c5f8c4db6a2470873f61e3d0dd91430ef1427";
url = mirror://cpan/authors/id/M/MR/MRSAM/Net-CIDR-0.19.tar.gz;
sha256 = "855bf4662062de1a85aba3b0e4c82665d7107873a43836f3c03e7f260dd89f3e";
};
meta = {
description = "Manipulate IPv4/IPv6 netblocks in CIDR notation";