From ae3d7e8572c20685c608c52c6f252afa7e3fa89d Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 21 Jan 2026 18:34:12 +0100 Subject: [PATCH] python3Packages.ifcopenshell: 0.8.0 -> 0.8.5.260116 This commit was automatically generated using update-python-libraries. --- pkgs/development/python-modules/ifcopenshell/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/ifcopenshell/default.nix b/pkgs/development/python-modules/ifcopenshell/default.nix index 084bf0db9a53..64824852961a 100644 --- a/pkgs/development/python-modules/ifcopenshell/default.nix +++ b/pkgs/development/python-modules/ifcopenshell/default.nix @@ -55,15 +55,15 @@ let in buildPythonPackage rec { pname = "ifcopenshell"; - version = "0.8.0"; + version = "0.8.5.260116"; pyproject = false; src = fetchFromGitHub { owner = "IfcOpenShell"; repo = "IfcOpenShell"; - tag = "ifcopenshell-python-${version}"; + tag = "ifcsverchok-${version}"; fetchSubmodules = true; - hash = "sha256-tnj14lBEkUZNDM9J1sRhNA7OkWTWa5JPTSF8hui3q7k="; + hash = "sha256-IsJ+zJNuXNXbk5F6KF6H+c2U+ip2Ewh2mWdEMPm3nvQ="; }; patches = [