ngz pushed a commit to branch master
in repository guix.
commit 3959714df39664bc7c8e4133586ce1855d01bb22
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Feb 25 12:02:47 2022 +0100
gnu: scintilla: Update to 5.2.0.
* gnu/packages/text-editors.scm (scintilla): Update to 5.2.0.
---
gnu/packages/text-editors.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 0ae1ca4588..d42f219c9f 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -8,7 +8,7 @@
;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2019 Efraim Flashner <[email protected]>
;;; Copyright © 2019 Andreas Enge <[email protected]>
-;;; Copyright © 2019, 2020, 2021 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2019, 2020, 2021, 2022 Nicolas Goaziou <[email protected]>
;;; Copyright © 2020-2022 Marius Bakke <[email protected]>
;;; Copyright © 2020 Tom Zander <[email protected]>
;;; Copyright © 2020 Mark Meyer <[email protected]>
@@ -900,14 +900,14 @@ Octave. TeXmacs is completely extensible via Guile.")
(define-public scintilla
(package
(name "scintilla")
- (version "5.1.5")
+ (version "5.2.0")
(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 "0mwyhjvmvxyip9z169bgpkz4k9la802z438m8bb0f4gyqfbif999"))))
+ (base32 "0x8rw1mnhd3la9xznkag6rymskkd85m3c1wyw2qw0zm89yzqq0mr"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list "GTK3=1"