From a916174941d4301dca9bcdebb8f6ec8319fd34ae Mon Sep 17 00:00:00 2001 From: Arjan Schrijver Date: Fri, 28 Jul 2023 21:33:59 +0200 Subject: [PATCH] python3Packages.types-pillow: 9.5.0.4 -> 10.0.0.2 --- pkgs/development/python-modules/types-pillow/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/types-pillow/default.nix b/pkgs/development/python-modules/types-pillow/default.nix index fa0b37055c3b..c3c63592624f 100644 --- a/pkgs/development/python-modules/types-pillow/default.nix +++ b/pkgs/development/python-modules/types-pillow/default.nix @@ -5,13 +5,13 @@ buildPythonPackage rec { pname = "types-pillow"; - version = "9.5.0.4"; + version = "10.0.0.2"; format = "setuptools"; src = fetchPypi { inherit version; pname = "types-Pillow"; - hash = "sha256-8bavR6vRUYR+4lkR/+unhImbx9x/nrqMpqWqxSKwEu8="; + hash = "sha256-/gk4CrItQSztmJoGfp7kr3Gfo6R7obU7IytGUUqHEEI="; }; # Modules doesn't have tests