Unverified Commit c3a25dd0 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents 20e58178 e85208b9
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -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 ];
  };