nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.types-pillow: 9.5.0.4 -> 10.0.0.2

+2 -2
+2 -2
pkgs/development/python-modules/types-pillow/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "types-pillow"; 8 - version = "9.5.0.4"; 8 + version = "10.0.0.2"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchPypi { 12 12 inherit version; 13 13 pname = "types-Pillow"; 14 - hash = "sha256-8bavR6vRUYR+4lkR/+unhImbx9x/nrqMpqWqxSKwEu8="; 14 + hash = "sha256-/gk4CrItQSztmJoGfp7kr3Gfo6R7obU7IytGUUqHEEI="; 15 15 }; 16 16 17 17 # Modules doesn't have tests