gnu: scintilla: Update to 5.3.1.

* gnu/packages/text-editors.scm (scintilla): Update to 5.3.1.
This commit is contained in:
Nicolas Goaziou 2022-11-11 11:22:09 +01:00
parent a9ba05ca31
commit a370fcbc5f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -956,14 +956,14 @@ (define-public textpieces
(define-public scintilla
(package
(name "scintilla")
(version "5.3.0")
(version "5.3.1")
(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 "0ys0836qjljzqk0wj6y9pnmrcw7ydzn8c06rwbawjk74dpsn0lpx"))))
(base32 "13xh55qv8lqbnba4x0zhd3vp8flhs2vn4i8r79p7ix9yqimvamqg"))))
(build-system gnu-build-system)
(arguments
(list