guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: qscintilla: Update to 2.11.6.


From: guix-commits
Subject: 05/05: gnu: qscintilla: Update to 2.11.6.
Date: Wed, 30 Dec 2020 06:28:19 -0500 (EST)

efraim pushed a commit to branch staging
in repository guix.

commit 64e995b4cf473c7f52bad0dea8c27eea6eee662c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 30 13:25:43 2020 +0200

    gnu: qscintilla: Update to 2.11.6.
    
    * gnu/packages/qt.scm (qscintilla): Update to 2.11.6.
    [source]: Download from new upstream URI.
---
 gnu/packages/qt.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 9e839f6..704e704 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2294,15 +2294,15 @@ itself.")
 (define-public qscintilla
   (package
     (name "qscintilla")
-    (version "2.10.8")
+    (version "2.11.6")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://sourceforge/pyqt/QScintilla2/"
-                                  "QScintilla-" version "/QScintilla_gpl-"
-                                  version ".tar.gz"))
+              (uri (string-append "https://www.riverbankcomputing.com/static";
+                                  "/Downloads/QScintilla/" version
+                                  "/QScintilla-" version ".tar.gz"))
               (sha256
                (base32
-                "1swjr786w04r514pry9pn32ivza4il1cg35s60qy39cwc175pka6"))))
+                "19r0vpqb4m9bqwxmjp9w6x0hgahkrg7zryk78hwgplj7vdbn0d77"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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