Skip to content

Commit

Permalink
Sha updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb committed Sep 29, 2023
1 parent 7777422 commit ff552fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meshing/packages/magix3d/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +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='942489d64a852b624111ccb0ffe1da26087bcf81f816412dd6eec1678dced586')
version('2.2.6', sha256='9d39dd74a1b9360a5ca2790f2d9e8b17429f82833df2d633b57c866383873d05')
version('2.2.5')

depends_on('tkutil')
Expand Down
2 changes: 1 addition & 1 deletion meshing/packages/smooth3d/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Smooth3d(CMakePackage):
git = 'https://github.com/LIHPC-Computational-Geometry/smooth3d.git'
maintainers = ['meshing_team']

version('3.2.0', sha256='1d50222b7204e14d813ab73f569eb78faf7a353fcd62a19ca6845a8098e59044')
version('3.2.0', sha256='5e0132a5a6c75d18247db1fccfd7d64cdca7d9a8bb44c246616527a92fe809ea')
version('3.0.1', sha256='534f067951629e5697a04d7965487193659877b0ec8dbdd1ed0200a01d60907d')
version('3.0.0', sha256='9ef4b2e380c507cc14883a6233c1df933bf3fc49549fd7e3f87630ae2abb6c82')

Expand Down

0 comments on commit ff552fc

Please sign in to comment.