perlPackages.ObjectPad: 0.68 -> 0.79

This commit is contained in:
Stig Palmquist 2023-08-03 17:22:33 +02:00
parent 9cd33f2cb7
commit 08b4e2813c
No known key found for this signature in database
GPG key ID: C02CE66D684EC1FE

View file

@ -18763,12 +18763,12 @@ with self; {
ObjectPad = buildPerlModule {
pname = "Object-Pad";
version = "0.68";
version = "0.79";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PEVANS/Object-Pad-0.68.tar.gz";
hash = "sha256-xN5jBIQxMJZNrskozF99HphTnu/X7azHvn4Yg0XhnXE=";
url = "mirror://cpan/authors/id/P/PE/PEVANS/Object-Pad-0.79.tar.gz";
hash = "sha256-+wsQ+J5i1UFlvWqyHbVfYLVT+gCPyOddNJhwwafiKtY=";
};
buildInputs = [ TestFatal TestRefcount ];
buildInputs = [ Test2Suite TestFatal TestRefcount ];
perlPreHook = lib.optionalString stdenv.isDarwin "export LD=$CC";
propagatedBuildInputs = [ XSParseKeyword XSParseSublike ];
meta = {