perlPackages.FFIPlatypus: 2.08 -> 2.09 (#343129)

This commit is contained in:
Marcus Ramberg 2024-09-20 11:46:01 +02:00 committed by GitHub
commit 3a3261791c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9517,10 +9517,10 @@ with self; {
FFIPlatypus = buildPerlPackage {
pname = "FFI-Platypus";
version = "2.08";
version = "2.09";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PL/PLICEASE/FFI-Platypus-2.08.tar.gz";
hash = "sha256-EbOrEU7ZY1YxzYWzjSKXhuFEv5Sjr5rAnD17s0M2uSQ=";
url = "mirror://cpan/authors/id/P/PL/PLICEASE/FFI-Platypus-2.09.tar.gz";
hash = "sha256-nTEjEiieeHNbRcMRt6wWqejaCT93m/aUaccK+sTdW2M=";
};
buildInputs = [ AlienFFI Test2Suite ];
propagatedBuildInputs = [ CaptureTiny FFICheckLib ];