perlPackages.TextLayout: 0.031 -> 0.037

This commit is contained in:
Marcus Ramberg
2024-09-07 19:09:46 +02:00
committed by Stig Palmquist
parent 78ec617b3a
commit 66c5dc33cc
+3 -3
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 = {