gnu: qsintilla: Update to 2.10.7.

* gnu/packages/qt.scm (qscintilla): Update to 2.10.7.
master
Efraim Flashner 2018-07-05 09:02:27 +03:00
parent a01a3763fc
commit 8911d85b9c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -1806,7 +1806,7 @@ contain over 620 classes.")
(define-public qscintilla
(package
(name "qscintilla")
(version "2.10.3")
(version "2.10.7")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/pyqt/QScintilla2/"
@ -1814,7 +1814,7 @@ contain over 620 classes.")
version ".tar.gz"))
(sha256
(base32
"1rw1nlwnyzj5pb86cc5kk56qhrvwvrjvjzgrkwh3g7b9wxl7lrfj"))))
"06hs6civq13dvzlws0spjb7gwyk6kynpnfwg5plhahnxf7g5h137"))))
(build-system gnu-build-system)
(arguments
`(#:phases