gnu: scintilla: Update to 5.4.3.
* gnu/packages/text-editors.scm (scintilla): Update to 5.4.3. Change-Id: I6995d793acac12b1d85e32651e62e748ab30fd52
This commit is contained in:
parent
8a78352781
commit
2974e17e78
1 changed files with 2 additions and 2 deletions
|
@ -1105,14 +1105,14 @@ The basic features of Text Pieces are:
|
||||||
(define-public scintilla
|
(define-public scintilla
|
||||||
(package
|
(package
|
||||||
(name "scintilla")
|
(name "scintilla")
|
||||||
(version "5.3.4")
|
(version "5.4.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.scintilla.org/scintilla"
|
(uri (string-append "https://www.scintilla.org/scintilla"
|
||||||
(string-delete #\. version) ".tgz"))
|
(string-delete #\. version) ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0inbhzqdikisvnbdzn8153p1apbghxjzkkzji9i8zsdpyapb209z"))))
|
(base32 "1ysdi9rsg14w5mn581gjvr9jrdg1yp9rmg1r9jz7gngdgcz7q5ij"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue