me
/
guix
Archived
1
0
Fork 0

gnu: scintilla: Update to 5.3.3.

* gnu/packages/text-editors.scm (scintilla): Update to 5.3.3.
master
Nicolas Goaziou 2023-02-19 11:24:49 +01:00
parent 905e10cd9c
commit 237b175858
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -993,14 +993,14 @@ The basic features of Text Pieces are:
(define-public scintilla
(package
(name "scintilla")
(version "5.3.2")
(version "5.3.3")
(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 "16jskdc0762iwpy4s75vmp27qds32pnpaj09h48c6qg3rmvrgslh"))))
(base32 "138yr6al4dn5mhw88shf1b19knwyj288mh5zrhwn8f7c6k6ldfy4"))))
(build-system gnu-build-system)
(arguments
(list