all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62667] [PATCH] gnu: scintilla: Update to 5.3.4.
@ 2023-04-04 18:53 Nicolas Goaziou
  2023-04-08 12:10 ` bug#62667: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Goaziou @ 2023-04-04 18:53 UTC (permalink / raw)
  To: 62667

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#62667: [PATCH] gnu: scintilla: Update to 5.3.4.
  2023-04-04 18:53 [bug#62667] [PATCH] gnu: scintilla: Update to 5.3.4 Nicolas Goaziou
@ 2023-04-08 12:10 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-04-08 12:10 UTC (permalink / raw)
  To: 62667-done

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

Applied.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-08 12:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-04 18:53 [bug#62667] [PATCH] gnu: scintilla: Update to 5.3.4 Nicolas Goaziou
2023-04-08 12:10 ` bug#62667: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.