From a370fcbc5fd36fbe99aa3a5008c26dbc0fd0285e Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 11 Nov 2022 11:22:09 +0100 Subject: gnu: scintilla: Update to 5.3.1. * gnu/packages/text-editors.scm (scintilla): Update to 5.3.1. --- 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 ca502994c5..ed77113726 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -956,14 +956,14 @@ The basic features of Text Pieces are: (define-public scintilla (package (name "scintilla") - (version "5.3.0") + (version "5.3.1") (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 "0ys0836qjljzqk0wj6y9pnmrcw7ydzn8c06rwbawjk74dpsn0lpx")))) + (base32 "13xh55qv8lqbnba4x0zhd3vp8flhs2vn4i8r79p7ix9yqimvamqg")))) (build-system gnu-build-system) (arguments (list -- cgit v1.2.3 ut/'>aboutsummaryrefslogtreecommitdiff
path: root/po/doc/local.mk
AgeCommit message (Expand)Author
2022-04-02nls: Enforce translation thresholds....Julien Lepiller
2022-03-01nls: Update translations....Julien Lepiller
2022-02-04nls: Update translations....Julien Lepiller
2022-01-09nls: Update translations....Julien Lepiller
2021-11-06nls: Update translations....Julien Lepiller
2021-08-04nls: Update translations....Julien Lepiller
2021-05-03nls: Remove the doc-po-update target....Maxim Cournoyer
2021-04-30build: Correct a mistake in the guix-manual.pot rule....Maxim Cournoyer
2021-04-29build: Make doc-po-update and doc-pot-update targets idempotent....Maxim Cournoyer
2021-04-29build: Build the guix.pot-update and contributing.pot-update targets only once....Maxim Cournoyer
2021-04-18nls: Fix Chinese cookbook inclusion....Julien Lepiller
2021-04-18nls: Add Chinese (Traditional) translation....Julien Lepiller
2021-04-18nls: Add Korean translation....Julien Lepiller
2021-04-18nls: Add Italian translation....Julien Lepiller
2021-04-18nls: Add Persian translation....Julien Lepiller
2021-04-18nls: Add Slovak translation....Julien Lepiller
2021-04-18nls: Add Portuguese (Brazil) translation of the manual.Julien Lepiller
2021-04-18nls: Add French translation of the cookbook.Julien Lepiller
2020-09-29nls: Fix documentation pot generation....Julien Lepiller
2020-03-06doc: Fix build of German Cookbook translation....Florian Pelz
2020-02-17doc: Add German Cookbook translation....Florian Pelz