perlPackages.Imager: 1.025 -> 1.031

Changelog: https://metacpan.org/release/TONYC/Imager-1.031/source/Changes
(cherry picked from commit 8c5161adf0)
This commit is contained in:
Robert Schütz
2026-05-24 10:36:29 -07:00
committed by github-actions[bot]
parent 70f3f87ca7
commit e0d74c6906

View File

@@ -17146,12 +17146,12 @@ with self;
};
};
Imager = buildPerlPackage {
Imager = buildPerlPackage rec {
pname = "Imager";
version = "1.025";
version = "1.031";
src = fetchurl {
url = "mirror://cpan/authors/id/T/TO/TONYC/Imager-1.025.tar.gz";
hash = "sha256-TwJ1y7HgEdfz/sYE3GtgwaxvAt78KYs9A31ur3vqcFg=";
url = "mirror://cpan/authors/id/T/TO/TONYC/Imager-${version}.tar.gz";
hash = "sha256-kL59G9/F7bfxfPgreeamYUxbAuv+Mm67b2afzaeRNAE=";
};
buildInputs = [
pkgs.freetype
@@ -17168,6 +17168,7 @@ with self;
"${pkgs.libpng.out}/lib"
];
meta = {
changelog = "https://metacpan.org/release/TONYC/Imager-${version}/source/Changes";
description = "Perl extension for Generating 24 bit Images";
homepage = "http://imager.perl.org";
license = with lib.licenses; [