mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 16:53:21 +00:00
python312Packages.pillow: 10.3.0 -> 10.4.0
This commit is contained in:
parent
287943d6dd
commit
26414d70af
@ -35,7 +35,7 @@
|
||||
import ./generic.nix (
|
||||
rec {
|
||||
pname = "pillow";
|
||||
version = "10.3.0";
|
||||
version = "10.4.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -43,7 +43,7 @@ import ./generic.nix (
|
||||
src = fetchPypi {
|
||||
pname = "pillow";
|
||||
inherit version;
|
||||
hash = "sha256-nSRV+/RMkUhAx5PomqgtDhdjoUJToAB0NxmuWUaBSy0=";
|
||||
hash = "sha256-Fmwc1NJDCbMNYfefSpEUt7IxPXRQkSJ3hV/139fNSgY=";
|
||||
};
|
||||
|
||||
passthru.tests = {
|
||||
|
Loading…
Reference in New Issue
Block a user