Skip to content

Commit

Permalink
python313Packages.pillow: 11.0.0 -> 11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jan 5, 2025
1 parent d86ae89 commit 036e109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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";
tag = version;
hash = "sha256-vWNqzA2ZfJcWexXw790RgyYtP8WDtahoQIX16otCRnk=";
hash = "sha256-9tcukZIJMheVNBfpppjUcuhvRal7J59iQWgBqkEgJDk=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 036e109

Please sign in to comment.