1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

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

* gnu/packages/vim.scm (vim-guix-vim): Update to 0.4.1.

Change-Id: I12a38efdbd6c0f9d8ce2155e7d7ecb0032739f0c
This commit is contained in:
Efraim Flashner
2024-09-30 11:06:23 +03:00
parent cb4f96a3db
commit 2903d12a0d

View File

@@ -1037,7 +1037,7 @@ a nested nvim process.")
(define-public vim-guix-vim
(package
(name "vim-guix-vim")
(version "0.4.0")
(version "0.4.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1046,7 +1046,7 @@ a nested nvim process.")
(file-name (git-file-name name version))
(sha256
(base32
"013yn2n2nsspk12bldkc9xn4z4kjx9rvracbllc8i1nngldckxd0"))))
"0ii2v94wdh8wn1qrgbn91cxzk3gi09awgxydf2bb6z7b302absh8"))))
(build-system vim-build-system)
(arguments
(list #:plugin-name "guix"))