gnu: scintilla: Update to 4.2.2.
* gnu/packages/text-editors.scm (scintilla): Update to 4.2.2.master
parent
d3bc1ea9af
commit
ddc291d74b
|
@ -444,7 +444,7 @@ and Octave. TeXmacs is completely extensible via Guile.")
|
||||||
(define-public scintilla
|
(define-public scintilla
|
||||||
(package
|
(package
|
||||||
(name "scintilla")
|
(name "scintilla")
|
||||||
(version "4.2.1")
|
(version "4.2.2")
|
||||||
(source (origin
|
(source (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 #\.))))
|
||||||
|
@ -452,7 +452,7 @@ and Octave. TeXmacs is completely extensible via Guile.")
|
||||||
"https://www.scintilla.org/scintilla" v ".tgz")))
|
"https://www.scintilla.org/scintilla" v ".tgz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0l52s39zg8l3fcj86nqm3hzh0sa4i981dasil54a40dvz3d3cvrx"))))
|
"01gq31ggvasw4sy9xs544h7v1dmxrlxs5bzxpasqb9yi3ps3nl0f"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags (list "GTK3=1" "CC=gcc" "-Cgtk")
|
`(#:make-flags (list "GTK3=1" "CC=gcc" "-Cgtk")
|
||||||
|
|
Reference in New Issue