python3Packages.ifcopenshell: 231201 -> 240306

This commit is contained in:
Martin Weinelt
2024-03-12 17:41:57 +01:00
parent 428ade739a
commit 24ee5ba637
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "ifcopenshell";
version = "231201";
version = "240306";
format = "other";
src = fetchFromGitHub {
@@ -22,7 +22,7 @@ buildPythonPackage rec {
repo = "IfcOpenShell";
rev = "refs/tags/blenderbim-${version}";
fetchSubmodules = true;
sha256 = "sha256-T7XT5gvfzhagecB3jrTyWOawOm4iye7SCsmYhnjtOTE=";
sha256 = "sha256-DtA8KeWipPfOnztKG/lrgLZeOCUG3nWR9oW7OST7koc=";
};
nativeBuildInputs = [ gcc10 cmake ];