mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 06:31:15 +00:00
python3Packages.types-openpyxl: 3.1.5.20250919 -> 3.1.5.20260518
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user