guix_mirror_bot pushed a commit to branch master
in repository guix.

commit faf9d4d39595a6344cacd7946a77522a4fad578b
Author: nomike <[email protected]>
AuthorDate: Thu Jul 2 21:57:07 2026 +0200

    gnu: qscintilla-qt5: Update to 2.14.1.
    
    * gnu/packages/qt.scm (qscintilla-qt5): Update to 2.14.1.
    
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/qt.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 364bd909d2..f51165886f 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4905,7 +4905,7 @@ bindings (PySide, PySide2, PyQt4 and PyQt5).")
 (define-public qscintilla-qt5
   (package
     (name "qscintilla-qt5")
-    (version "2.13.4")
+    (version "2.14.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.riverbankcomputing.com/static";
@@ -4913,7 +4913,7 @@ bindings (PySide, PySide2, PyQt4 and PyQt5).")
                                   "/QScintilla_src-" version ".tar.gz"))
               (sha256
                (base32
-                "11lrhybp32nz1dxns4pxxd8rbj2gshva20zan0kg85p164gjc349"))))
+                "0kfx9hxd9a9h7cs3qby0lrbkj8hswxhq1k3clz5xz1cxrim3rqfz"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases

Reply via email to