~ruther/guix-local

2974e17e7838446848cdad7efc5aff740471752e — Nicolas Goaziou 1 year, 11 months ago 8a78352
gnu: scintilla: Update to 5.4.3.

* gnu/packages/text-editors.scm (scintilla): Update to 5.4.3.

Change-Id: I6995d793acac12b1d85e32651e62e748ab30fd52
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/text-editors.scm
M gnu/packages/text-editors.scm => gnu/packages/text-editors.scm +2 -2
@@ 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