From 487e007c8594c52990e5884913653f2d8c61b432 Mon Sep 17 00:00:00 2001 From: CharlesPignerol <121161149+CharlesPignerol@users.noreply.github.com> Date: Tue, 24 Oct 2023 13:29:52 +0200 Subject: [PATCH] New release of QtPython (6.3.2 : bug fixes of python 3 console). 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). --- meshing/packages/qtpython/package.py | 1 + 1 file changed, 1 insertion(+) diff --git a/meshing/packages/qtpython/package.py b/meshing/packages/qtpython/package.py index f63e8ca..ac07c93 100644 --- a/meshing/packages/qtpython/package.py +++ b/meshing/packages/qtpython/package.py @@ -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')