Skip to content

Commit

Permalink
New release of QtPython (6.3.2 : bug fixes of python 3 console).
Browse files Browse the repository at this point in the history
QtPython 6.3.2 recipe.
Version 6.3.2. Python 3 console fixes: history management with the up/down arrow keys, color management of displays (sometimes blue instead of black).
  • Loading branch information
CharlesPignerol authored Oct 24, 2023
1 parent 0157d07 commit 487e007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meshing/packages/qtpython/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class Qtpython(CMakePackage):

variant('shared', default=True, description='Creation de bibliotheques dynamiques (defaut:shared, annuler le defaut par ~shared)')

version('6.3.2', sha256='9abf42ee139fa392179e4b969b7bcf70cde9436ac7b02f3fb07e4e0077b17624')
version('6.3.1', sha256='9191f353d63008f84aeebf9267202ad45ce7a6a04ee05b55bb076916c99de287')
version('6.3.0', sha256='c6ccdb952ed6b9dfb393579eb82748e3c3c213da4ff8c254ec8e9eaea18ae338')
version('5.1.10', sha256='ef9258f94a10c4124ad08ddac1824dfd616fc13e81bf3dabe8e8022578ed84fb')
Expand Down

0 comments on commit 487e007

Please sign in to comment.