Merge pull request #286667 from r-ryantm/auto-update/python312Packages.types-pillow
python312Packages.types-pillow: 10.1.0.20240106 -> 10.2.0.20240206
This commit is contained in:
commit
b07bf3ff3e
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "types-pillow";
|
||||
version = "10.1.0.20240106";
|
||||
version = "10.2.0.20240206";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "types-Pillow";
|
||||
hash = "sha256-0sLtfs5rC+y02vFQ4jdMj02Xf+bv7GJe+VLiYldhkOc=";
|
||||
hash = "sha256-8N5RB/+DYv/bvVPsiWICrJBearIq54S0a82tFg6hQ7k=";
|
||||
};
|
||||
|
||||
# Modules doesn't have tests
|
||||
|
|
Loading…
Reference in a new issue