mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
python3Packages.types-pillow: 9.4.0.13 -> 9.4.0.17
This commit is contained in:
parent
c9123653b5
commit
041672f95e
@ -5,13 +5,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "types-pillow";
|
||||
version = "9.4.0.13";
|
||||
version = "9.4.0.17";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "types-Pillow";
|
||||
sha256 = "sha256-RRCqmKKJR79j8rKe3rvRG3z/hkfZC4Z87Js2dMCowyE=";
|
||||
sha256 = "sha256-fw6HHS1G+7a8feyj4C3FUs+cHotJ3rlZVQlVG+OVTkk=";
|
||||
};
|
||||
|
||||
# Modules doesn't have tests
|
||||
|
Loading…
Reference in New Issue
Block a user