perl-Data-Validate-IP: 0.25 -> 0.26
This commit is contained in:
parent
4b7ef383e3
commit
242802d5d9
@ -2992,10 +2992,10 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
DataValidateIP = buildPerlPackage rec {
|
||||
name = "Data-Validate-IP-0.25";
|
||||
name = "Data-Validate-IP-0.26";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/D/DR/DROLSKY/${name}.tar.gz";
|
||||
sha256 = "b0386bb8aa31ed1b9b58760745eaab4d29edb0c7bdc7dc16dd5479d21f26ee3b";
|
||||
sha256 = "d03190483f3ecec728c8e1b2e24989b7aed78ce3c989bea7dc6be0285d374690";
|
||||
};
|
||||
buildInputs = [ TestRequires ];
|
||||
propagatedBuildInputs = [ NetAddrIP ];
|
||||
|
Loading…
Reference in New Issue
Block a user