mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.pillow: 12.2.0 -> 12.3.0
https://pillow.readthedocs.io/en/stable/releasenotes/12.3.0.html
Fixes:
CVE-2026-55798, CVE-2026-54059, CVE-2026-54060, CVE-2026-55379,
CVE-2026-55380
(cherry picked from commit f71b8a5c7d)
This commit is contained in:
parent
e66f7a675a
commit
2ca6a6c41d
1 changed files with 2 additions and 2 deletions
|
|
@ -42,14 +42,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pillow";
|
||||
version = "12.2.0";
|
||||
version = "12.3.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "python-pillow";
|
||||
repo = "pillow";
|
||||
tag = version;
|
||||
hash = "sha256-7w6FbZLTAoUMvLtSPvafk3wSRv8TrkAAfgZ/dfu3HpA=";
|
||||
hash = "sha256-kmUlgR+f75Y8DAKKPdEbchLLgg0m95oyVP53WTQni88=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue