gnu: scintilla: Update to 4.3.2.

* gnu/packages/text-editors.scm (scintilla): Update to 4.3.2.
This commit is contained in:
Nicolas Goaziou 2020-03-17 11:20:42 +01:00
parent 8fc83d98dd
commit 0f8ae2ea08
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -661,14 +661,14 @@ (define-public texmacs
(define-public scintilla
(package
(name "scintilla")
(version "4.3.0")
(version "4.3.2")
(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 "0c52b2wg0y55kv3w7rnzp0nbd1yn2kksy0w8bjdp3gkl0v28wwx5"))))
(base32 "0d8ssl0d8r6bslbzd507l9c5g8mwn1zriak3fnf85936pdmkhq9h"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list "GTK3=1" "CC=gcc" "-Cgtk")