perlPackages.ObjectPad: 0.804 -> 0.809

This commit is contained in:
Marcus Ramberg
2024-09-07 19:09:47 +02:00
committed by Stig Palmquist
parent 66c5dc33cc
commit 9e51c8eb8f
+3 -3
View File
@@ -19496,10 +19496,10 @@ with self; {
ObjectPad = buildPerlModule {
pname = "Object-Pad";
version = "0.804";
version = "0.809";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PEVANS/Object-Pad-0.804.tar.gz";
hash = "sha256-z4jSquGKKHHX1/MPi6bU7lv5U+IP3KileME8dB0W0a0=";
url = "mirror://cpan/authors/id/P/PE/PEVANS/Object-Pad-0.809.tar.gz";
hash = "sha256-EpUKZkwGB+o/ynSA82XfVNF0YpH0XrsO2AkXt0+xXvU=";
};
buildInputs = [ Test2Suite TestFatal TestRefcount ];
perlPreHook = lib.optionalString stdenv.isDarwin "export LD=$CC";