all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61623] [PATCH] gnu: scintilla: Update to 5.3.3.
@ 2023-02-19 10:24 Nicolas Goaziou
  2023-03-07 21:59 ` bug#61623: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Goaziou @ 2023-02-19 10:24 UTC (permalink / raw)
  To: 61623

* 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





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

* bug#61623: [PATCH] gnu: scintilla: Update to 5.3.3.
  2023-02-19 10:24 [bug#61623] [PATCH] gnu: scintilla: Update to 5.3.3 Nicolas Goaziou
@ 2023-03-07 21:59 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-03-07 21:59 UTC (permalink / raw)
  To: 61623-done

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

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

Applied. Closing.




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

end of thread, other threads:[~2023-03-07 22:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-19 10:24 [bug#61623] [PATCH] gnu: scintilla: Update to 5.3.3 Nicolas Goaziou
2023-03-07 21:59 ` bug#61623: " 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.