Archived
1
0
Fork 0

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:
Nicolas Goaziou 2024-04-06 16:28:57 +02:00
parent 8a78352781
commit 2974e17e78
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1105,14 +1105,14 @@ The basic features of Text Pieces are:
(define-public scintilla
(package
(name "scintilla")
(version "5.3.4")
(version "5.4.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.scintilla.org/scintilla"
(string-delete #\. version) ".tgz"))
(sha256
(base32 "0inbhzqdikisvnbdzn8153p1apbghxjzkkzji9i8zsdpyapb209z"))))
(base32 "1ysdi9rsg14w5mn581gjvr9jrdg1yp9rmg1r9jz7gngdgcz7q5ij"))))
(build-system gnu-build-system)
(arguments
(list