unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26523: vim update to 8.0.0566
@ 2017-04-15 17:58 ng0
  2017-04-15 23:15 ` Kei Kebreau
  0 siblings, 1 reply; 2+ messages in thread
From: ng0 @ 2017-04-15 17:58 UTC (permalink / raw)
  To: 26523

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

The appended patch updates vim to 8.0.0566.

This does not fix the open bug where vim-full fails the testsuite.

-- 
PGP and more: https://people.pragmatique.xyz/ng0/

[-- Attachment #2: 0001-gnu-vim-Update-to-8.0.0566.patch --]
[-- Type: text/plain, Size: 1588 bytes --]

From 6b688bf7c0e76da23051145b4cbaeb53c6039114 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@no-reply.pragmatique.xyz>
Date: Sat, 15 Apr 2017 13:49:48 +0000
Subject: [PATCH] gnu: vim: Update to 8.0.0566.

* gnu/packages/vim.scm (vim): Update to 8.0.0566.
---
 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 3dbd6d952..44ae52202 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013 Cyril Roelandt <tipecaml@gmail.com>
 ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net>
+;;; Copyright © 2016, 2017 ng0 <ng0@no-reply.pragmatique.xyz>
 ;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
 ;;;
@@ -60,7 +60,7 @@
 (define-public vim
   (package
     (name "vim")
-    (version "8.0.0494")
+    (version "8.0.0566")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://github.com/vim/vim/archive/v"
@@ -68,7 +68,7 @@
              (file-name (string-append name "-" version ".tar.gz"))
              (sha256
               (base32
-               "08kzimdyla35ndrbn68jf8pmzm7nd2qrydnvk57j089m6ajic62r"))))
+               "0qq9pj8391sikzaahlqi289l5wdkbvsdhz8qb6np268yqizpg4p2"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"
-- 
2.12.2


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

* bug#26523: vim update to 8.0.0566
  2017-04-15 17:58 bug#26523: vim update to 8.0.0566 ng0
@ 2017-04-15 23:15 ` Kei Kebreau
  0 siblings, 0 replies; 2+ messages in thread
From: Kei Kebreau @ 2017-04-15 23:15 UTC (permalink / raw)
  To: 26523; +Cc: 26523-done

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

ng0 <contact.ng0@cryptolab.net> writes:

> The appended patch updates vim to 8.0.0566.
>
> This does not fix the open bug where vim-full fails the testsuite.

Vim still builds and vim-full still fails the testsuite. Pushed to
master. Thanks for the update.

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

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

end of thread, other threads:[~2017-04-15 23:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-15 17:58 bug#26523: vim update to 8.0.0566 ng0
2017-04-15 23:15 ` Kei Kebreau

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