[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: gnu: neovim: Update to 0.8.2.
From: |
guix-commits |
Subject: |
03/09: gnu: neovim: Update to 0.8.2. |
Date: |
Tue, 10 Jan 2023 05:51:18 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 7ebeafff15f052cb69758be4792ca2715c7d573d
Author: Luis Henrique Gomes Higino <luishenriquegh2701@gmail.com>
AuthorDate: Tue Jan 3 11:25:11 2023 -0300
gnu: neovim: Update to 0.8.2.
* gnu/packages/vim.scm (neovim): Update to 0.8.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/vim.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 1451bf80a3..6939057ff2 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -12,7 +12,7 @@
;;; Copyright © 2021 Simon Tournier <zimon.toutoune@gmail.com>
;;; Copyright © 2021 Tissevert <tissevert+guix@marvid.fr>
;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo@hotmail.com>
-;;; Copyright © 2022 Luis Henrique Gomes Higino <luishenriquegh2701@gmail.com>
+;;; Copyright © 2022, 2023 Luis Henrique Gomes Higino
<luishenriquegh2701@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -692,7 +692,7 @@ are detected, the user is notified.")))
(define-public neovim
(package
(name "neovim")
- (version "0.8.1")
+ (version "0.8.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -701,7 +701,7 @@ are detected, the user is notified.")))
(file-name (git-file-name name version))
(sha256
(base32
- "08qyni2qg63ghxl50am97pajdhkp05s1cglis3mlvkxx3pvzkrli"))))
+ "1jjw9a42l7wrziki2qznn7wiw5r59n4hs9i6g2hxnjyzixpg9xvl"))))
(build-system cmake-build-system)
(arguments
(list #:modules
- branch master updated (9b9004253b -> 4b50dccc63), guix-commits, 2023/01/10
- 01/09: gnu: gromacs: Update to 2022.4., guix-commits, 2023/01/10
- 03/09: gnu: neovim: Update to 0.8.2.,
guix-commits <=
- 04/09: services: git-daemon: Deprecate 'git-daemon-service' procedure., guix-commits, 2023/01/10
- 07/09: gnu: Add gophernicus., guix-commits, 2023/01/10
- 05/09: services: unattended-upgrade: Add 'operating-system-expression' field., guix-commits, 2023/01/10
- 02/09: gnu: gromacs: Remove input labels and use gexps., guix-commits, 2023/01/10
- 06/09: gnu: Add vger., guix-commits, 2023/01/10
- 08/09: gnu: Add guile-scheme-json-rpc., guix-commits, 2023/01/10
- 09/09: gnu: darktable: Update to 4.2.0., guix-commits, 2023/01/10