[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: scintilla: Update to 4.3.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: scintilla: Update to 4.3.2. |
Date: |
Tue, 17 Mar 2020 06:20:51 -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 0f8ae2e gnu: scintilla: Update to 4.3.2.
0f8ae2e is described below
commit 0f8ae2ea08a8bb74885a3c9e9c5d714d03a69a0c
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Tue Mar 17 11:20:42 2020 +0100
gnu: scintilla: Update to 4.3.2.
* gnu/packages/text-editors.scm (scintilla): Update to 4.3.2.
---
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 9a35e7e..b7758f1 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -661,14 +661,14 @@ and Octave. TeXmacs is completely extensible via Guile.")
(define-public scintilla
(package
(name "scintilla")
- (version "4.3.0")
+ (version "4.3.2")
(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 "0c52b2wg0y55kv3w7rnzp0nbd1yn2kksy0w8bjdp3gkl0v28wwx5"))))
+ (base32 "0d8ssl0d8r6bslbzd507l9c5g8mwn1zriak3fnf85936pdmkhq9h"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list "GTK3=1" "CC=gcc" "-Cgtk")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: scintilla: Update to 4.3.2.,
guix-commits <=