gnu: scintilla: Update to 5.3.2.

* gnu/packages/text-editors.scm (scintilla): Update to 5.3.2.
This commit is contained in:
Nicolas Goaziou 2023-01-08 11:40:54 +01:00
parent 3af18d785d
commit a1e33b7d8f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8,7 +8,7 @@
;;; Copyright © 20172021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019, 2022 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2019 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2019, 2020, 2021, 2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2019, 2020, 2021, 2022, 2023 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2020-2022 Marius Bakke <marius@gnu.org>
;;; Copyright © 2020 Tom Zander <tomz@freedommail.ch>
;;; Copyright © 2020 Mark Meyer <mark@ofosos.org>
@ -991,14 +991,14 @@ (define-public textpieces
(define-public scintilla
(package
(name "scintilla")
(version "5.3.1")
(version "5.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 "13xh55qv8lqbnba4x0zhd3vp8flhs2vn4i8r79p7ix9yqimvamqg"))))
(base32 "16jskdc0762iwpy4s75vmp27qds32pnpaj09h48c6qg3rmvrgslh"))))
(build-system gnu-build-system)
(arguments
(list