mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
perl-Data-Validate-IP: 0.26 -> 0.27
This commit is contained in:
parent
e700ff6e0c
commit
ba095feb53
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue