me
/
guix
Archived
1
0
Fork 0

gnu: scintilla: Update to 5.2.4.

* gnu/packages/text-editors.scm (scintilla): Update to 5.2.4.
Nicolas Goaziou 2022-08-17 14:50:17 +02:00
parent fec225aa47
commit a0d3412468
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -899,14 +899,14 @@ Octave. TeXmacs is completely extensible via Guile.")
(define-public scintilla
(package
(name "scintilla")
(version "5.2.1")
(version "5.2.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 "1q6z8v2anbdwcxqfqjs0mwl2z4cdzarj0hqxj86fvvdxsr25649r"))))
(base32 "0rncbac9r9ahkxgmv7faj4dms4wy0ik2axmb0lp1ffx4r6419vsa"))))
(build-system gnu-build-system)
(arguments
(list