[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/13: gnu: vim: Update to 8.2.1852.
From: |
guix-commits |
Subject: |
03/13: gnu: vim: Update to 8.2.1852. |
Date: |
Fri, 16 Oct 2020 11:51:51 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 95328851aee375d9582a9fbf5c69e52dd15c06cd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 16 16:45:20 2020 +0200
gnu: vim: Update to 8.2.1852.
* gnu/packages/vim.scm (vim): Update to 8.2.1852.
---
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 92a192b..0513698 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -70,7 +70,7 @@
(define-public vim
(package
(name "vim")
- (version "8.2.1844")
+ (version "8.2.1852")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -79,7 +79,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "0a76ls7lizqg3lz624irkpq7rfm3x5rcq20vx217w34g9h6aggab"))))
+ "0nvcvvig5fc45smf4kh71jqyqafffgxzaizwqknk0h9vzl4k4h57"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"
- branch master updated (f6a0b54 -> 1e39c86), guix-commits, 2020/10/16
- 01/13: gnu: spread-sheet-widget: Update to 0.7., guix-commits, 2020/10/16
- 03/13: gnu: vim: Update to 8.2.1852.,
guix-commits <=
- 09/13: gnu: multitail: Remove bogus use of DESTDIR., guix-commits, 2020/10/16
- 02/13: gnu: gpxsee: Update to 7.34., guix-commits, 2020/10/16
- 04/13: gnu: filters: Prepare for cross-compilation., guix-commits, 2020/10/16
- 08/13: gnu: dstat: Fix bogus use of DESTDIR., guix-commits, 2020/10/16
- 06/13: gnu: filters: Fix repository URL., guix-commits, 2020/10/16
- 05/13: gnu: filters: Replace git commit with equivalent tag., guix-commits, 2020/10/16
- 07/13: gnu: filters: Fix bogus use of DESTDIR., guix-commits, 2020/10/16
- 11/13: gnu: multitail: Edit synopsis & description., guix-commits, 2020/10/16
- 12/13: gnu: make-lua-ossl: Fix bogus use of DESTDIR., guix-commits, 2020/10/16
- 10/13: gnu: multitail: Cross-compile., guix-commits, 2020/10/16