python3Packages.types-openpyxl: 3.1.5.20250919 -> 3.1.5.20260518

This commit is contained in:
R. Ryantm
2026-07-13 14:31:15 +00:00
parent e85df26e31
commit adafca942f

View File

@@ -6,14 +6,14 @@
}:
buildPythonPackage (finalAttrs: {
pname = "types-openpyxl";
version = "3.1.5.20250919";
version = "3.1.5.20260518";
pyproject = true;
src = fetchPypi {
pname = "types_openpyxl";
inherit (finalAttrs) version;
hash = "sha256-IytZBnc+66zhUJuJlM2t2gQ/aSz9upv7uGypIdVNMtc=";
hash = "sha256-2pzWROToAhWj9gqMLCyOmA6UGptYHP+jh2KFqnkcpa8=";
};
build-system = [ setuptools ];