[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: vim: Update to 8.2.1900.
From: |
guix-commits |
Subject: |
branch master updated: gnu: vim: Update to 8.2.1900. |
Date: |
Sun, 25 Oct 2020 10:03:07 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2513e46 gnu: vim: Update to 8.2.1900.
2513e46 is described below
commit 2513e4644037e616d78665767f8af4e185d9471d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 25 15:33:37 2020 +0200
gnu: vim: Update to 8.2.1900.
* gnu/packages/vim.scm (vim): Update to 8.2.1900.
[arguments]: Remove 'fix-installman phase.
---
gnu/packages/vim.scm | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 99f2bf2..b006eb4 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -70,7 +70,7 @@
(define-public vim
(package
(name "vim")
- (version "8.2.1864")
+ (version "8.2.1900")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -79,18 +79,13 @@
(file-name (git-file-name name version))
(sha256
(base32
- "08pczy191gac9z8kv6z1yz55var2sqf8p55afxq467k9czpdzclz"))))
+ "0fr11sl8xm08jy63f20370q5ipkccpc45d6adq4fp08f845vs05s"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"
#:parallel-tests? #f
#:phases
(modify-phases %standard-phases
- (add-after 'patch-source-shebangs 'fix-installman
- (lambda _
- (substitute* "src/installman.sh"
- ((" /bin/sh") (which "sh")))
- #t))
(add-after 'configure 'patch-absolute-paths
(lambda _
(substitute* "runtime/tools/mve.awk"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: vim: Update to 8.2.1900.,
guix-commits <=