From b7d481920b20dc66c6dd03d7369f64f8b7db7231 Mon Sep 17 00:00:00 2001 From: CharlesPignerol <121161149+CharlesPignerol@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:14:49 +0200 Subject: [PATCH] Recipe of QtPython 6.4.3 Fixed the location of the insertion point (of the next instruction) when adding an instruction with multi-line comment to the console. In such a case the comment was cut in two by the following instruction. --- 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 06097b9..98c9934 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.4.3', sha256='dcfee932c873f8d35b86e19bff95fca2aada7a2a631da2393546a9ed010fa5b4') version('6.4.2', sha256='1a1967412fa11dcbac9e5eeb7361c1b5e013beb97dfa3c0717dee8e211206299') version('6.4.1', sha256='439274455fe500d1f1bca2cef53433d2f4428ad96a57b060c4345872c04f9c64') version('6.4.0', sha256='0ec68d7699450ef924cd1ab4c333cd1045451aa698a09184af56cc2f3db89c04')