gnu: vim-guix-vim: Update to 0.4.0.

* gnu/packages/vim.scm (vim-guix-vim): Update to 0.4.0.
[source]: Download from new upstream URL.
[home-page]: Use new home-page.
This commit is contained in:
Efraim Flashner 2023-05-23 12:30:28 +03:00
parent 73646b740b
commit 3c33f7072a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -950,16 +950,16 @@ a nested nvim process.")
(define-public vim-guix-vim (define-public vim-guix-vim
(package (package
(name "vim-guix-vim") (name "vim-guix-vim")
(version "0.3.1") (version "0.4.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://gitlab.com/Efraim/guix.vim") (url "https://git.sr.ht/~efraim/guix.vim")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"080ni4z23qdr8rkrswjqfqfrrcnpn7qdgrg14glwji46wzvwxqyx")))) "013yn2n2nsspk12bldkc9xn4z4kjx9rvracbllc8i1nngldckxd0"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
'(#:install-plan '(#:install-plan
@ -971,7 +971,7 @@ a nested nvim process.")
("ftplugin" "share/vim/vimfiles/") ("ftplugin" "share/vim/vimfiles/")
("plugin" "share/vim/vimfiles/") ("plugin" "share/vim/vimfiles/")
("syntax" "share/vim/vimfiles/")))) ("syntax" "share/vim/vimfiles/"))))
(home-page "https://gitlab.com/Efraim/guix.vim") (home-page "https://git.sr.ht/~efraim/guix.vim")
(synopsis "Guix integration in Vim") (synopsis "Guix integration in Vim")
(description "This package provides support for GNU Guix in Vim.") (description "This package provides support for GNU Guix in Vim.")
(license license:vim))) (license license:vim)))