gnu: scintilla: Update to 5.3.4.
* gnu/packages/text-editors.scm (scintilla): Update to 5.3.4. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
f515e9b266
commit
31194bae48
@ -1001,14 +1001,14 @@ The basic features of Text Pieces are:
|
||||
(define-public scintilla
|
||||
(package
|
||||
(name "scintilla")
|
||||
(version "5.3.3")
|
||||
(version "5.3.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (let ((v (apply string-append (string-split version #\.))))
|
||||
(string-append "https://www.scintilla.org/scintilla" v ".tgz")))
|
||||
(sha256
|
||||
(base32 "138yr6al4dn5mhw88shf1b19knwyj288mh5zrhwn8f7c6k6ldfy4"))))
|
||||
(base32 "0inbhzqdikisvnbdzn8153p1apbghxjzkkzji9i8zsdpyapb209z"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
Loading…
Reference in New Issue
Block a user