* [bug#35680] [PATCH] Update Neovim to version 0.3.5
@ 2019-05-10 22:01 HiPhish
2019-05-11 7:33 ` bug#35680: " Arun Isaac
0 siblings, 1 reply; 2+ messages in thread
From: HiPhish @ 2019-05-10 22:01 UTC (permalink / raw)
To: 35680
[-- Attachment #1: Type: text/plain, Size: 296 bytes --]
This patch updates Neovim to the current version. As a side note, there is a
TODO from the previous definition to remove an in-place patching when the
package definition gets updated; the fix is not in 0.3.5, so I have not removed
this part of the defintion on purpose, it is not an oversight.
[-- Attachment #2: 0001-gnu-packages-vim.scm-neovim-Update-to-v0.3.5.patch --]
[-- Type: text/x-patch, Size: 1055 bytes --]
From 2f68bfe42593dfd03338c76c6a0b9ea8eb217fc1 Mon Sep 17 00:00:00 2001
From: HiPhish <hiphish@posteo.de>
Date: Fri, 10 May 2019 23:36:47 +0200
Subject: [PATCH] * gnu/packages/vim.scm (neovim): Update to v0.3.5.
---
gnu/packages/vim.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index dadffa3ab1..b2fd6cac99 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -729,7 +729,7 @@ are detected, the user is notified.")))
(define-public neovim
(package
(name "neovim")
- (version "0.3.4")
+ (version "0.3.5")
(source
(origin
(method url-fetch)
@@ -738,7 +738,7 @@ are detected, the user is notified.")))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "03mwfhr9rq86p8lypbdfyl7c7xyn6nzv2ipd8jc33bxzvs5i0hd6"))))
+ "1min68r4rnyfly9j86szkx7gkj4924vbc74hg17j2crijr1h1cxq"))))
(build-system cmake-build-system)
(arguments
`(#:modules ((srfi srfi-26)
--
2.19.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-05-11 7:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-10 22:01 [bug#35680] [PATCH] Update Neovim to version 0.3.5 HiPhish
2019-05-11 7:33 ` bug#35680: " Arun Isaac
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.