From 7092ca77d0d55b1c6064676f162b90dbbc808a3b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 27 Sep 2021 16:25:28 +0200 Subject: gnu: parinfer-rust: Fix typos in description. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/text-editors.scm (parinfer-rust)[synopsis, description]: Fix two different ways to mistype ‘parentheses’. --- gnu/packages/text-editors.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/text-editors.scm') diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 3f427d0931..29b159f1a7 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -280,10 +280,10 @@ Rust.") (inputs `(("clang" ,clang))) (home-page "https://github.com/justinbarclay/parinfer-rust") - (synopsis "Infer parantheses for Clojure, Lisp and Scheme") + (synopsis "Infer parentheses for Clojure, Lisp and Scheme") (description "Parinfer is a plugin for Kakoune, Vim, Neovim and Emacs that infers -paretheses and indentation. This library can be called from other editors that +parentheses and indentation. This library can be called from other editors that can load dynamic libraries.") (license license:expat))) -- cgit v1.2.3 From fa2ef4624773441a9425a1ac5c267d84a5bbb544 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 10 Oct 2021 09:57:53 +0200 Subject: gnu: geany: Update to 1.38. * gnu/packages/text-editors.scm (geany): Update to 1.38. --- gnu/packages/text-editors.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/text-editors.scm') diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 29b159f1a7..d73f32c64e 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -973,14 +973,14 @@ and multiple fonts.") (define-public geany (package (name "geany") - (version "1.37.1") + (version "1.38") (source (origin (method url-fetch) (uri (string-append "https://download.geany.org/" "geany-" version ".tar.bz2")) (sha256 - (base32 "060sachn33xpx3a609f09y97qq5ky17gvv686zbvrn618ij7bi8q")))) + (base32 "0inmmb9wra2w99pfv6p64d66s2zrhafc8drhwmga7gj89mp1gzxb")))) (build-system gnu-build-system) (native-inputs `(("autoconf" ,autoconf) -- cgit v1.2.3