1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-17 22:55:57 +02:00

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
+2 -2
View File
@@ -956,14 +956,14 @@ The basic features of Text Pieces are:
(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