Skip to content

Commit

Permalink
python3Packages.ifcopenshell: 0.7.0 -> 0.8.0 (NixOS#347916)
Browse files Browse the repository at this point in the history
  • Loading branch information
autra authored Oct 28, 2024
1 parent 710eb8e commit 2125b7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ifcopenshell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ let
in
buildPythonPackage rec {
pname = "ifcopenshell";
version = "0.7.10";
version = "0.8.0";
pyproject = false;

src = fetchFromGitHub {
owner = "IfcOpenShell";
repo = "IfcOpenShell";
rev = "refs/tags/ifcopenshell-python-${version}";
fetchSubmodules = true;
hash = "sha256-cRzv07T5VN5aTjMtAlLGbvI3c4SL0lfzCn/W6f/vdBY=";
hash = "sha256-tnj14lBEkUZNDM9J1sRhNA7OkWTWa5JPTSF8hui3q7k=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 2125b7c

Please sign in to comment.