[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: vim-asyncrun: Update to 2.12.4.
From: |
guix-commits |
Subject: |
02/05: gnu: vim-asyncrun: Update to 2.12.4. |
Date: |
Thu, 22 Feb 2024 06:12:27 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 4bd8b6b0ccefc46d61fb73e0e28586307d3c6f57
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Feb 22 11:46:42 2024 +0200
gnu: vim-asyncrun: Update to 2.12.4.
* gnu/packages/vim.scm (vim-asyncrun): Update to 2.12.4.
Change-Id: I316eb22c71ac4e807b9fd4590c7819478e4f7260
---
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 f09c12db32..59ff0b4a28 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Cyril Roelandt <tipecaml@gmail.com>
-;;; Copyright © 2016-2023 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016-2024 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
@@ -1053,7 +1053,7 @@ a nested nvim process.")
(define-public vim-asyncrun
(package
(name "vim-asyncrun")
- (version "2.8.6")
+ (version "2.12.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1062,7 +1062,7 @@ a nested nvim process.")
(file-name (git-file-name name version))
(sha256
(base32
- "11zcw0sll6qg6ha0rr6n1cw5v73azvf7ycwn9lgiwa5cj7rrqjf4"))))
+ "0hyz3bgbwmg85534ab71w2sr6fj94mz498ayn9bvhn4g7y6c951n"))))
(build-system vim-build-system)
(arguments
(list