python3Packages.aggdraw: 1.3.19 -> 1.4.1 (#468242)

This commit is contained in:
Fabian Affolter
2025-12-06 23:03:33 +00:00
committed by GitHub
@@ -14,17 +14,17 @@
buildPythonPackage rec {
pname = "aggdraw";
version = "1.3.19";
format = "pyproject";
version = "1.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pytroll";
repo = "aggdraw";
rev = "v${version}";
hash = "sha256-J9+mxlUxOoRBFdz+p8me2T93jaov5rNvKbAZ2YX/VhA=";
tag = "v${version}";
hash = "sha256-rBasRGdlM6/NsUd8+KsgHoZMsWhAhneSWjTeZ/QQZZ8=";
};
nativeBuildInputs = [
build-system = [
packaging
setuptools
pkgconfig
@@ -49,6 +49,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "High quality drawing interface for PIL";
homepage = "https://github.com/pytroll/aggdraw";
changelog = "https://github.com/pytroll/aggdraw/blob/${src.tag}CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ onny ];
};