1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

perl-Data-Validate-IP: 0.26 -> 0.27

This commit is contained in:
Robert Helgesson 2016-11-26 10:25:12 +01:00
parent e700ff6e0c
commit ba095feb53
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -3072,10 +3072,10 @@ let self = _self // overrides; _self = with self; {
};
DataValidateIP = buildPerlPackage rec {
name = "Data-Validate-IP-0.26";
name = "Data-Validate-IP-0.27";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DR/DROLSKY/${name}.tar.gz";
sha256 = "d03190483f3ecec728c8e1b2e24989b7aed78ce3c989bea7dc6be0285d374690";
sha256 = "e1aa92235dcb9c6fd9b6c8cda184d1af73537cc77f4f83a0f88207a8bfbfb7d6";
};
buildInputs = [ TestRequires ];
propagatedBuildInputs = [ NetAddrIP ];