perlPackages.PDFAPI2: 2.042 -> 2.044

This commit is contained in:
Stig Brautaset 2023-07-05 12:53:42 +01:00
parent 1702b6ec8d
commit a7057bdc27
No known key found for this signature in database
GPG Key ID: 68D77873AEB4B2B9

View File

@ -19384,10 +19384,10 @@ with self; {
PDFAPI2 = buildPerlPackage {
pname = "PDF-API2";
version = "2.042";
version = "2.044";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SS/SSIMMS/PDF-API2-2.042.tar.gz";
hash = "sha256-q5kpQVAGAdwxoaL65s3hD3VTGogKKjEAyZ1VYKzVPF0=";
url = "mirror://cpan/authors/id/S/SS/SSIMMS/PDF-API2-2.044.tar.gz";
hash = "sha256-stFVeeQnI9jX+bct6G0NNc3jTx63cTRWuirTX7PL6n4=";
};
buildInputs = [ TestException TestMemoryCycle ];
propagatedBuildInputs = [ FontTTF ];