[cpan2nix] perlPackages.FFICheckLib: 0.26 -> 0.27
This commit is contained in:
parent
fb06379b60
commit
d245777675
1 changed files with 3 additions and 3 deletions
|
@ -6997,10 +6997,10 @@ let
|
|||
|
||||
FFICheckLib = buildPerlPackage {
|
||||
pname = "FFI-CheckLib";
|
||||
version = "0.26";
|
||||
version = "0.27";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/P/PL/PLICEASE/FFI-CheckLib-0.26.tar.gz";
|
||||
sha256 = "0rbzm4cisn4vdj1kc0sa6v8m1b3mjkryi5w14hk1d13zh3q3pqq6";
|
||||
url = mirror://cpan/authors/id/P/PL/PLICEASE/FFI-CheckLib-0.27.tar.gz;
|
||||
sha256 = "0x1dk4hlhvcbgwivf345phbqz0v5hawxxnby21h8bkagq93jfi4d";
|
||||
};
|
||||
buildInputs = [ Test2Suite ];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue