guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

23/23: gnu: scintilla: Update to 5.4.3.


From: guix-commits
Subject: 23/23: gnu: scintilla: Update to 5.4.3.
Date: Sat, 6 Apr 2024 10:52:11 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 2974e17e7838446848cdad7efc5aff740471752e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Apr 6 16:28:57 2024 +0200

    gnu: scintilla: Update to 5.4.3.
    
    * gnu/packages/text-editors.scm (scintilla): Update to 5.4.3.
    
    Change-Id: I6995d793acac12b1d85e32651e62e748ab30fd52
---
 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 c165b5342d..8fd915bc56 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1105,14 +1105,14 @@ The basic features of Text Pieces are:
 (define-public scintilla
   (package
     (name "scintilla")
-    (version "5.3.4")
+    (version "5.4.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.scintilla.org/scintilla";
                            (string-delete #\. version) ".tgz"))
        (sha256
-        (base32 "0inbhzqdikisvnbdzn8153p1apbghxjzkkzji9i8zsdpyapb209z"))))
+        (base32 "1ysdi9rsg14w5mn581gjvr9jrdg1yp9rmg1r9jz7gngdgcz7q5ij"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]