Skip to content

Commit

Permalink
magix3d 2.2.5 --> 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb committed Sep 28, 2023
1 parent 306c02f commit 05e441c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meshing/packages/magix3d/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Magix3d(CMakePackage):
variant('pythonaddon', default=False, description='Additional python modules to enrich PYTHONPATH')
variant('doc', default=False, description='Installation de la documentation utilisateur')

version('2.2.6', sha256='5917142b8467f3d47529908884260cdf263604fbecb4a513f364381f82111b3f')
version('2.2.5')

depends_on('tkutil')
Expand Down Expand Up @@ -74,6 +75,7 @@ class Magix3d(CMakePackage):
depends_on('py-six', when='+pythonaddon')

# documentation
depends_on("graphviz", when="+doc")
depends_on("py-breathe", when="+doc")
depends_on("py-rst2pdf", when="+doc")
depends_on("[email protected]", when="+doc")
Expand Down

0 comments on commit 05e441c

Please sign in to comment.