diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-04-04 20:53:43 +0200 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-12 08:29:24 -0400 |
commit | 31194bae4851980842bb371de67515d08b6135f5 (patch) | |
tree | 86958c2638bc71d3ffa24a1f9ff62db9f8f6db17 | |
parent | f515e9b266adbdf4f6602114305b5a26c1e40ff5 (diff) |
gnu: scintilla: Update to 5.3.4.
* gnu/packages/text-editors.scm (scintilla): Update to 5.3.4.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
-rw-r--r-- | gnu/packages/text-editors.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 4a4b3627ea..fcb7a8db1d 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -1001,14 +1001,14 @@ The basic features of Text Pieces are: (define-public scintilla (package (name "scintilla") - (version "5.3.3") + (version "5.3.4") (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 "138yr6al4dn5mhw88shf1b19knwyj288mh5zrhwn8f7c6k6ldfy4")))) + (base32 "0inbhzqdikisvnbdzn8153p1apbghxjzkkzji9i8zsdpyapb209z")))) (build-system gnu-build-system) (arguments (list |