GNU bug report logs - #62667
[PATCH] gnu: scintilla: Update to 5.3.4.

Previous Next

Package: guix-patches;

Reported by: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Date: Tue, 4 Apr 2023 18:54:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#62667: closed ([PATCH] gnu: scintilla: Update to 5.3.4.)
Date: Sat, 08 Apr 2023 12:11:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 08 Apr 2023 14:10:20 +0200
with message-id <871qkulglv.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#62667] [PATCH] gnu: scintilla: Update to 5.3.4.
has caused the debbugs.gnu.org bug report #62667,
regarding [PATCH] gnu: scintilla: Update to 5.3.4.
to be marked as done.

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


-- 
62667: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62667
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: scintilla: Update to 5.3.4.
Date: Tue,  4 Apr 2023 20:53:43 +0200
* gnu/packages/text-editors.scm (scintilla): Update to 5.3.4.
---
 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 4a4b3627ea..fcb7a8db1d 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1001,14 +1001,14 @@ (define-public textpieces
 (define-public scintilla
   (package
     (name "scintilla")
-    (version "5.3.3")
+    (version "5.3.4")
     (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 "138yr6al4dn5mhw88shf1b19knwyj288mh5zrhwn8f7c6k6ldfy4"))))
+        (base32 "0inbhzqdikisvnbdzn8153p1apbghxjzkkzji9i8zsdpyapb209z"))))
     (build-system gnu-build-system)
     (arguments
      (list

base-commit: f3424ada316a9962818b60ae22236efce8bd9fb7
-- 
2.39.2



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 62667-done <at> debbugs.gnu.org
Subject: Re: [bug#62667] [PATCH] gnu: scintilla: Update to 5.3.4.
Date: Sat, 08 Apr 2023 14:10:20 +0200
> * gnu/packages/text-editors.scm (scintilla): Update to 5.3.4.

Applied.


This bug report was last modified 2 years and 45 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.