me
/
guix
Archived
1
0
Fork 0

gnu: scintilla: Update to 5.3.0.

* gnu/packages/text-editors.scm (scintilla): Update to 5.3.0.
master
Nicolas Goaziou 2022-09-04 20:46:25 +02:00
parent afb7cb4204
commit 41bce2414a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -898,14 +898,14 @@ Octave. TeXmacs is completely extensible via Guile.")
(define-public scintilla (define-public scintilla
(package (package
(name "scintilla") (name "scintilla")
(version "5.2.4") (version "5.3.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (let ((v (apply string-append (string-split version #\.)))) (uri (let ((v (apply string-append (string-split version #\.))))
(string-append "https://www.scintilla.org/scintilla" v ".tgz"))) (string-append "https://www.scintilla.org/scintilla" v ".tgz")))
(sha256 (sha256
(base32 "0rncbac9r9ahkxgmv7faj4dms4wy0ik2axmb0lp1ffx4r6419vsa")))) (base32 "0ys0836qjljzqk0wj6y9pnmrcw7ydzn8c06rwbawjk74dpsn0lpx"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list (list