perlPackages.TextLayout: 0.031 -> 0.037

This commit is contained in:
Marcus Ramberg 2024-08-02 22:52:42 +02:00 committed by Stig Palmquist
parent 78ec617b3a
commit 66c5dc33cc
No known key found for this signature in database

View File

@ -26607,10 +26607,10 @@ with self; {
TextLayout = buildPerlPackage {
pname = "Text-Layout";
version = "0.031";
version = "0.037";
src = fetchurl {
url = "mirror://cpan/authors/id/J/JV/JV/Text-Layout-0.031.tar.gz";
hash = "sha256-EQ4ObbzKIFhKcckNpxBYAdRrXXYd+QmsTfYQbDM3B34=";
url = "mirror://cpan/authors/id/J/JV/JV/Text-Layout-0.037.tar.gz";
hash = "sha256-WCeTQSR8SBh0BIdkAPBq19qm/nFilVgYXfNnPfCbnOo=";
};
buildInputs = [ IOString ObjectPad PDFAPI2 ];
meta = {