mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
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:
committed by
github-actions[bot]
parent
70f3f87ca7
commit
e0d74c6906
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user