gnu: vim-dispatch: Update to 1.8-1.4c695bc.

* gnu/packages/vim.scm (vim-dispatch): Update to 1.8-1.4c695bc.

Change-Id: I70b53f048c365fda47ba8820392b1f94b6bcfedd
This commit is contained in:
Efraim Flashner 2024-02-22 11:55:35 +02:00
parent 4cdf734804
commit ad839564c8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1080,19 +1080,22 @@ (define-public neovim-asyncrun
(name "neovim-asyncrun"))) (name "neovim-asyncrun")))
(define-public vim-dispatch (define-public vim-dispatch
;; Last release was in June 2019.
(let ((commit "4c695bc052cad2ae6b980aebbe48d046466e27ae")
(revision "1"))
(package (package
(name "vim-dispatch") (name "vim-dispatch")
(version "1.8") (version (git-version "1.8" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/tpope/vim-dispatch") (url "https://github.com/tpope/vim-dispatch")
(commit (string-append "v" version)))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1m8b5mn2zqlphzs6xfwykwmghf6p0wabrhpjmh7vav35jgcxc4wl")))) "13c63n7gylny2s84k05cpl4cjn070d3qk6yagxny23yanz29hc15"))))
(build-system vim-build-system) (build-system vim-build-system)
(arguments (arguments
(list #:plugin-name "dispatch")) (list #:plugin-name "dispatch"))
@ -1102,7 +1105,7 @@ (define-public vim-dispatch
bound by synchronicity. Kick off builds and test suites using one of several bound by synchronicity. Kick off builds and test suites using one of several
asynchronous adapters (including tmux, screen, and a headless mode), and when asynchronous adapters (including tmux, screen, and a headless mode), and when
the job completes, errors will be loaded and parsed automatically.") the job completes, errors will be loaded and parsed automatically.")
(license license:vim))) (license license:vim))))
(define-public vim-gemini-vim (define-public vim-gemini-vim
;; No releases have been tagged. ;; No releases have been tagged.