gnu: qscintilla: Update to 2.11.6.
* gnu/packages/qt.scm (qscintilla): Update to 2.11.6. [source]: Download from new upstream URI.
This commit is contained in:
parent
d434fe933c
commit
64e995b4cf
1 changed files with 5 additions and 5 deletions
|
@ -2294,15 +2294,15 @@ itself.")
|
||||||
(define-public qscintilla
|
(define-public qscintilla
|
||||||
(package
|
(package
|
||||||
(name "qscintilla")
|
(name "qscintilla")
|
||||||
(version "2.10.8")
|
(version "2.11.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/pyqt/QScintilla2/"
|
(uri (string-append "https://www.riverbankcomputing.com/static"
|
||||||
"QScintilla-" version "/QScintilla_gpl-"
|
"/Downloads/QScintilla/" version
|
||||||
version ".tar.gz"))
|
"/QScintilla-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1swjr786w04r514pry9pn32ivza4il1cg35s60qy39cwc175pka6"))))
|
"19r0vpqb4m9bqwxmjp9w6x0hgahkrg7zryk78hwgplj7vdbn0d77"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue