emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#61623: closed ([PATCH] gnu: scintilla: Update to 5.3.3.)


From: GNU bug Tracking System
Subject: bug#61623: closed ([PATCH] gnu: scintilla: Update to 5.3.3.)
Date: Tue, 07 Mar 2023 22:00:02 +0000

Your message dated Tue, 07 Mar 2023 22:59:47 +0100
with message-id <87zg8o8bos.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#61623] [PATCH] gnu: scintilla: Update to 5.3.3.
has caused the debbugs.gnu.org bug report #61623,
regarding [PATCH] gnu: scintilla: Update to 5.3.3.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61623: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61623
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: scintilla: Update to 5.3.3. Date: Sun, 19 Feb 2023 11:24:57 +0100
* gnu/packages/text-editors.scm (scintilla): Update to 5.3.3.
---
 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 16400481b0..9f21a8d6f4 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -993,14 +993,14 @@ (define-public textpieces
 (define-public scintilla
   (package
     (name "scintilla")
-    (version "5.3.2")
+    (version "5.3.3")
     (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 "16jskdc0762iwpy4s75vmp27qds32pnpaj09h48c6qg3rmvrgslh"))))
+        (base32 "138yr6al4dn5mhw88shf1b19knwyj288mh5zrhwn8f7c6k6ldfy4"))))
     (build-system gnu-build-system)
     (arguments
      (list

base-commit: 2fb42567ebd37cb63c431100021e1a895a2ff4b6
-- 
2.39.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#61623] [PATCH] gnu: scintilla: Update to 5.3.3. Date: Tue, 07 Mar 2023 22:59:47 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> * gnu/packages/text-editors.scm (scintilla): Update to 5.3.3.

Applied. Closing.


--- End Message ---

reply via email to

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