guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: qscintilla: Update to 2.10.3.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: qscintilla: Update to 2.10.3.
Date: Thu, 3 May 2018 22:26:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fbf94fb12165a90cc538b7cd223167b63eac12d5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu May 3 03:59:49 2018 +0200

    gnu: qscintilla: Update to 2.10.3.
    
    * gnu/packages/qt.scm (qscintilla): Update to 2.10.3.
---
 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 08db0a7..aa61d6d 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1705,7 +1705,7 @@ contain over 620 classes.")
 (define-public qscintilla
   (package
     (name "qscintilla")
-    (version "2.10.2")
+    (version "2.10.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/pyqt/QScintilla2/"
@@ -1713,7 +1713,7 @@ contain over 620 classes.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1l2ylsv6s3wfhyx7qr5cxgkwwwhvbrpd2k7akgm9bvbyf4h1vcql"))))
+                "1rw1nlwnyzj5pb86cc5kk56qhrvwvrjvjzgrkwh3g7b9wxl7lrfj"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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