examples: update pillow & its python

This commit is contained in:
phaer 2024-07-11 12:42:19 +02:00
parent a0c1e83a03
commit 26c7bf108d
2 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@
];
deps = {nixpkgs, ...}: {
python = nixpkgs.python39;
python = nixpkgs.python311;
inherit
(nixpkgs)
pkg-config
@ -21,7 +21,7 @@
};
name = "pillow";
version = "9.5.0";
version = "10.4.0";
mkDerivation = {
nativeBuildInputs = [

View File

@ -3,10 +3,10 @@
"sources": {
"pillow": {
"is_direct": false,
"sha256": "bf548479d336726d7a0eceb6e767e179fbde37833ae42794602631a070d630f1",
"sha256": "166c1cd4d24309b30d61f79f4a9114b7b2313d7450912277855ff5dfd7cd4a06",
"type": "url",
"url": "https://files.pythonhosted.org/packages/00/d5/4903f310765e0ff2b8e91ffe55031ac6af77d982f0156061e20a4d1a8b2d/Pillow-9.5.0.tar.gz",
"version": "9.5.0"
"url": "https://files.pythonhosted.org/packages/cd/74/ad3d526f3bf7b6d3f408b73fde271ec69dfac8b81341a318ce825f2b3812/pillow-10.4.0.tar.gz",
"version": "10.4.0"
}
},
"targets": {
@ -15,5 +15,5 @@
}
}
},
"invalidationHash": "e475932e083c19152414893b4fe55b06436717b5bfe7ee367a828b48aad19a61"
"invalidationHash": "caa3664ef69d9c3599cfb53458bd5f3d4ca2dfd2091886c772894053ca1e2d10"
}