[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/13: gnu: vim: Update to 8.2.1812.
From: |
guix-commits |
Subject: |
06/13: gnu: vim: Update to 8.2.1812. |
Date: |
Thu, 8 Oct 2020 10:02:19 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit a2398cc26eb13c5244389a262443860af7a5c65a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Oct 8 13:41:47 2020 +0200
gnu: vim: Update to 8.2.1812.
* gnu/packages/vim.scm (vim): Update to 8.2.1812.
---
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 656821d..6554369 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -70,7 +70,7 @@
(define-public vim
(package
(name "vim")
- (version "8.2.1805")
+ (version "8.2.1812")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -79,7 +79,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "0y71a6g5znipr0f4cbabp9lfs3hq43z7blkwm4zbkrwh86ac5y20"))))
+ "0dh9v3xwj7ing3z27gibpn5ylhgd813pakfsflbbl0qb93lzr5a7"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"
- branch master updated (5a72352 -> 01f9a4c), guix-commits, 2020/10/08
- 03/13: gnu: obs: Update to 26.0.2., guix-commits, 2020/10/08
- 01/13: gnu: chrony: Update to 4.0., guix-commits, 2020/10/08
- 06/13: gnu: vim: Update to 8.2.1812.,
guix-commits <=
- 02/13: gnu: chrony: Support Network Time Security (NTS)., guix-commits, 2020/10/08
- 05/13: gnu: s6-linux-utils: Update to 2.5.1.3., guix-commits, 2020/10/08
- 08/13: gnu: borg: Update to 1.1.14., guix-commits, 2020/10/08
- 04/13: gnu: s6-networking: Update to 2.3.2.0., guix-commits, 2020/10/08
- 07/13: gnu: facter: Update to 4.0.42., guix-commits, 2020/10/08
- 10/13: gnu: entr: Remove erroneous use of DESTDIR., guix-commits, 2020/10/08
- 11/13: gnu: discount: Cross-compile., guix-commits, 2020/10/08
- 09/13: gnu: perl-file-listing: Update to 6.11., guix-commits, 2020/10/08
- 12/13: gnu: discount: Update to 2.2.7., guix-commits, 2020/10/08
- 13/13: gnu: discount: Install .pc file., guix-commits, 2020/10/08