[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: scintilla: Update to 5.2.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: scintilla: Update to 5.2.1. |
Date: |
Sat, 05 Mar 2022 05:08:24 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b0d023cba5 gnu: scintilla: Update to 5.2.1.
b0d023cba5 is described below
commit b0d023cba5ce62c46521bd11811eea22b0013a58
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Mar 5 11:07:00 2022 +0100
gnu: scintilla: Update to 5.2.1.
* gnu/packages/text-editors.scm (scintilla): Update to 5.2.1.
---
gnu/packages/text-editors.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index d4d165498f..45cc61765a 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -900,14 +900,14 @@ Octave. TeXmacs is completely extensible via Guile.")
(define-public scintilla
(package
(name "scintilla")
- (version "5.2.0")
+ (version "5.2.1")
(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 "0x8rw1mnhd3la9xznkag6rymskkd85m3c1wyw2qw0zm89yzqq0mr"))))
+ (base32 "1q6z8v2anbdwcxqfqjs0mwl2z4cdzarj0hqxj86fvvdxsr25649r"))))
(build-system gnu-build-system)
(arguments
(list
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: scintilla: Update to 5.2.1.,
guix-commits <=