unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42724] [PATCH] gnu: neovim: Update to 0.4.0
@ 2020-08-05 20:21 HiPhish
  2020-08-06  9:20 ` bug#42724: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: HiPhish @ 2020-08-05 20:21 UTC (permalink / raw)
  To: 42724

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



[-- Attachment #2: 0001-gnu-neovim-Update-to-0.4.4.patch --]
[-- Type: text/x-patch, Size: 1116 bytes --]

From 960e72b794f253dae47521a82f4a6899a3212fc1 Mon Sep 17 00:00:00 2001
From: HiPhish <hiphish@posteo.de>
Date: Wed, 5 Aug 2020 22:00:38 +0200
Subject: [PATCH] gnu: neovim: Update to 0.4.4

* gnu/package/vim.scm (neovim): Update to 0.4.4
---
 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 ab3492fe25..5a8011bc76 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -629,7 +629,7 @@ are detected, the user is notified.")))
 (define-public neovim
   (package
     (name "neovim")
-    (version "0.4.3")
+    (version "0.4.4")
     (source
      (origin
        (method git-fetch)
@@ -638,7 +638,7 @@ are detected, the user is notified.")))
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "03p7pic7hw9yxxv7fbgls1f42apx3lik2k6mpaz1a109ngyc5kaj"))))
+        (base32 "11zyj6jvkwas3n6w1ckj3pk6jf81z1g7ngg4smmwm7c27y2a6f2m"))))
     (build-system cmake-build-system)
     (arguments
      `(#:modules ((srfi srfi-26)
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#42724: [PATCH] gnu: neovim: Update to 0.4.0
  2020-08-05 20:21 [bug#42724] [PATCH] gnu: neovim: Update to 0.4.0 HiPhish
@ 2020-08-06  9:20 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2020-08-06  9:20 UTC (permalink / raw)
  To: HiPhish; +Cc: 42724-done

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

I had to touchup the commit message (update to 0.4.4, not 0.4.0 :) ) but
otherwise looks good. Patch pushed!


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-06  9:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-05 20:21 [bug#42724] [PATCH] gnu: neovim: Update to 0.4.0 HiPhish
2020-08-06  9:20 ` bug#42724: " Efraim Flashner

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).