Skip to content

Commit

Permalink
python312Packages.pillow: 11.0.0 -> 11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jan 2, 2025
1 parent 30cec14 commit e425d67
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pkgs/development/python-modules/pillow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@

buildPythonPackage rec {
pname = "pillow";
version = "11.0.0";
version = "11.1.0";
pyproject = true;

src = fetchFromGitHub {
owner = "python-pillow";
repo = "pillow";
rev = "refs/tags/${version}";
hash = "sha256-vWNqzA2ZfJcWexXw790RgyYtP8WDtahoQIX16otCRnk=";
tag = version;
hash = "sha256-9tcukZIJMheVNBfpppjUcuhvRal7J59iQWgBqkEgJDk=";
};

build-system = [ setuptools ];
Expand Down Expand Up @@ -133,7 +133,7 @@ buildPythonPackage rec {
;
};

meta = with lib; {
meta = {
homepage = "https://python-pillow.org";
changelog = "https://pillow.readthedocs.io/en/stable/releasenotes/${version}.html";
description = "Friendly PIL fork (Python Imaging Library)";
Expand All @@ -143,8 +143,7 @@ buildPythonPackage rec {
supports many file formats, and provides powerful image
processing and graphics capabilities.
'';
license = licenses.mit-cmu;
maintainers = with maintainers; [ hexa ];
license = lib.licenses.mit-cmu;
maintainers = with lib.maintainers; [ hexa ];
};

}

0 comments on commit e425d67

Please sign in to comment.