guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: scintilla: Update to 4.3.3.


From: guix-commits
Subject: branch master updated: gnu: scintilla: Update to 4.3.3.
Date: Fri, 01 May 2020 10:43:00 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5bd2d42  gnu: scintilla: Update to 4.3.3.
5bd2d42 is described below

commit 5bd2d42e8e864e067e4b0e5c16812eb6edb5f74a
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Fri May 1 16:42:53 2020 +0200

    gnu: scintilla: Update to 4.3.3.
    
    * gnu/packages/text-editors.scm (scintilla): Update to 4.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 f2f675d..072760e 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -757,14 +757,14 @@ and Octave.  TeXmacs is completely extensible via Guile.")
 (define-public scintilla
   (package
     (name "scintilla")
-    (version "4.3.2")
+    (version "4.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 "0d8ssl0d8r6bslbzd507l9c5g8mwn1zriak3fnf85936pdmkhq9h"))))
+        (base32 "0zh8c19r1zd4kr9jg2ws0n2n5ic2siz5zbns6cvylyfbpf69ghy2"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags (list "GTK3=1" "CC=gcc" "-Cgtk")



reply via email to

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