guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: qscintilla: Update to 2.13.4.


From: guix-commits
Subject: 01/02: gnu: qscintilla: Update to 2.13.4.
Date: Mon, 17 Apr 2023 09:51:54 -0400 (EDT)

glv pushed a commit to branch core-updates
in repository guix.

commit 924c871ff6d1267b674b741bf0e5f66fd27f58ef
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Apr 17 13:56:43 2023 +0200

    gnu: qscintilla: Update to 2.13.4.
    
    * gnu/packages/qt.scm (qscintilla): Update to 2.13.4.
---
 gnu/packages/qt.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index c3722549cc..d0ea6e1f3b 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -3492,15 +3492,15 @@ bindings (PySide, PySide2, PyQt4 and PyQt5).")
 (define-public qscintilla
   (package
     (name "qscintilla")
-    (version "2.11.6")
+    (version "2.13.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.riverbankcomputing.com/static";
                                   "/Downloads/QScintilla/" version
-                                  "/QScintilla-" version ".tar.gz"))
+                                  "/QScintilla_src-" version ".tar.gz"))
               (sha256
                (base32
-                "19r0vpqb4m9bqwxmjp9w6x0hgahkrg7zryk78hwgplj7vdbn0d77"))))
+                "11lrhybp32nz1dxns4pxxd8rbj2gshva20zan0kg85p164gjc349"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
@@ -3508,7 +3508,7 @@ bindings (PySide, PySide2, PyQt4 and PyQt5).")
          (replace 'configure
            (lambda* (#:key outputs #:allow-other-keys)
              (let ((out (assoc-ref outputs "out")))
-               (chdir "Qt4Qt5")
+               (chdir "src")
                (substitute* "qscintilla.pro"
                  (("\\$\\$\\[QT_INSTALL_LIBS\\]")
                   (string-append out "/lib"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]