unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [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

* bug#35680: [PATCH] Update Neovim to version 0.3.5
  2019-05-10 22:01 [bug#35680] [PATCH] Update Neovim to version 0.3.5 HiPhish
@ 2019-05-11  7:33 ` Arun Isaac
  0 siblings, 0 replies; 2+ messages in thread
From: Arun Isaac @ 2019-05-11  7:33 UTC (permalink / raw)
  To: HiPhish; +Cc: 35680-done

[-- Attachment #1: Type: text/plain, Size: 506 bytes --]


Thanks! I've pushed the patch with the following modifications.

- I changed the commit message to conform to our conventions. (Hint: If
  you're using emacs, you can generate this commit message easily using
  the yasnippets provided under etc/snippets in the Guix source tree.
- I changed the source to use git-fetch. GitHub's autogenerated source
  tarballs are unstable, and we should prefer git-fetch in such
  cases. Notice that `guix lint' also warns of this.
- I added a copyright header for you.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).