[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/78: gnu: vim-dispatch: Update to 1.8-1.4c695bc.
From: |
guix-commits |
Subject: |
06/78: gnu: vim-dispatch: Update to 1.8-1.4c695bc. |
Date: |
Fri, 23 Feb 2024 03:11:58 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit c910319c114f80212aee95b6186604e3969f0e6d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Feb 22 11:55:35 2024 +0200
gnu: vim-dispatch: Update to 1.8-1.4c695bc.
* gnu/packages/vim.scm (vim-dispatch): Update to 1.8-1.4c695bc.
Change-Id: I70b53f048c365fda47ba8820392b1f94b6bcfedd
---
gnu/packages/vim.scm | 43 +++++++++++++++++++++++--------------------
1 file changed, 23 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 6b0680fcbe..fe12768159 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -1080,29 +1080,32 @@ quickfix window in realtime.")
(name "neovim-asyncrun")))
(define-public vim-dispatch
- (package
- (name "vim-dispatch")
- (version "1.8")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/tpope/vim-dispatch")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1m8b5mn2zqlphzs6xfwykwmghf6p0wabrhpjmh7vav35jgcxc4wl"))))
- (build-system vim-build-system)
- (arguments
- (list #:plugin-name "dispatch"))
- (home-page "https://github.com/tpope/vim-dispatch")
- (synopsis "Asynchronous build and test dispatcher")
- (description "Leverage the power of Vim's compiler plugins without being
+ ;; Last release was in June 2019.
+ (let ((commit "4c695bc052cad2ae6b980aebbe48d046466e27ae")
+ (revision "1"))
+ (package
+ (name "vim-dispatch")
+ (version (git-version "1.8" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tpope/vim-dispatch")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "13c63n7gylny2s84k05cpl4cjn070d3qk6yagxny23yanz29hc15"))))
+ (build-system vim-build-system)
+ (arguments
+ (list #:plugin-name "dispatch"))
+ (home-page "https://github.com/tpope/vim-dispatch")
+ (synopsis "Asynchronous build and test dispatcher")
+ (description "Leverage the power of Vim's compiler plugins without being
bound by synchronicity. Kick off builds and test suites using one of several
asynchronous adapters (including tmux, screen, and a headless mode), and when
the job completes, errors will be loaded and parsed automatically.")
- (license license:vim)))
+ (license license:vim))))
(define-public vim-gemini-vim
;; No releases have been tagged.
- 20/78: gnu: virglrenderer: Update to 1.0.1., (continued)
- 20/78: gnu: virglrenderer: Update to 1.0.1., guix-commits, 2024/02/23
- 29/78: gnu: emacs-auctex: Update to 14.0.3., guix-commits, 2024/02/23
- 30/78: gnu: emacs-mmm-mode: Update to 0.5.11., guix-commits, 2024/02/23
- 40/78: gnu: emacs-dtrt-indent: Update to 1.17., guix-commits, 2024/02/23
- 42/78: gnu: emacs-edit-indirect: Update to 0.1.13., guix-commits, 2024/02/23
- 38/78: gnu: emacs-corfu: Update to 1.2., guix-commits, 2024/02/23
- 49/78: gnu: emacs-goggles: Update to 0.4., guix-commits, 2024/02/23
- 57/78: gnu: emacs-nodejs-repl: Improve package style., guix-commits, 2024/02/23
- 60/78: gnu: emacs-parent-mode: Update to 2.3.1., guix-commits, 2024/02/23
- 19/78: gnu: Add xfishtank., guix-commits, 2024/02/23
- 06/78: gnu: vim-dispatch: Update to 1.8-1.4c695bc.,
guix-commits <=
- 21/78: gnu: spice: Update to 0.15.2., guix-commits, 2024/02/23
- 27/78: gnu: emacs-cider: Update to 1.13.1., guix-commits, 2024/02/23
- 28/78: gnu: emacs-hyperbole: Update to 9.0.0., guix-commits, 2024/02/23
- 31/78: gnu: emacs-pabbrev: Update to 4.3.0., guix-commits, 2024/02/23
- 26/78: gnu: emacs-cape: Update to 1.3., guix-commits, 2024/02/23
- 32/78: gnu: emacs-debbugs: Update to 0.40., guix-commits, 2024/02/23
- 65/78: gnu: emacs-saveplace-pdf-view: Update to 1.0.6., guix-commits, 2024/02/23
- 36/78: gnu: emacs-vertico-posframe: Update to 0.7.7., guix-commits, 2024/02/23
- 45/78: gnu: emacs-ement: Update to 0.14., guix-commits, 2024/02/23
- 07/78: gnu: Add neovim-dispatch., guix-commits, 2024/02/23