efraim pushed a commit to branch master
in repository guix.

commit 2903d12a0de4ba76e2430d690491aa152085ca63
Author: Efraim Flashner <efr...@flashner.co.il>
AuthorDate: Mon Sep 30 11:06:23 2024 +0300

    gnu: vim-guix-vim: Update to 0.4.1.
    
    * gnu/packages/vim.scm (vim-guix-vim): Update to 0.4.1.
    
    Change-Id: I12a38efdbd6c0f9d8ce2155e7d7ecb0032739f0c
---
 gnu/packages/vim.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index d10f218a53..a7f07ec0f6 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -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"))

Reply via email to