tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.types-pillow: 9.5.0.4 -> 10.0.0.2
Arjan Schrijver
2 years ago
a9161749
66ce081f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
types-pillow
default.nix
+2
-2
pkgs/development/python-modules/types-pillow/default.nix
reviewed
···
5
5
6
6
buildPythonPackage rec {
7
7
pname = "types-pillow";
8
8
-
version = "9.5.0.4";
8
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
14
-
hash = "sha256-8bavR6vRUYR+4lkR/+unhImbx9x/nrqMpqWqxSKwEu8=";
14
14
+
hash = "sha256-/gk4CrItQSztmJoGfp7kr3Gfo6R7obU7IytGUUqHEEI=";
15
15
};
16
16
17
17
# Modules doesn't have tests