guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/78: gnu: vim-asyncrun: Update to 2.12.4.


From: guix-commits
Subject: 04/78: gnu: vim-asyncrun: Update to 2.12.4.
Date: Fri, 23 Feb 2024 03:11:56 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit de18a3bc54b45194b4ce3ebf2c1f5dc1c0b61b44
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]