guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: vim-guix-vim: Update to 0.2.1.


From: guix-commits
Subject: branch master updated: gnu: vim-guix-vim: Update to 0.2.1.
Date: Thu, 01 Jul 2021 07:56:23 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 87cd6f9  gnu: vim-guix-vim: Update to 0.2.1.
87cd6f9 is described below

commit 87cd6f9a1203fbcefecb1ec3ab1554c3390e6b9d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 1 14:53:09 2021 +0300

    gnu: vim-guix-vim: Update to 0.2.1.
    
    * gnu/packages/vim.scm (vim-guix-vim): Update to 0.2.1.
---
 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 145a252..06c92b7 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -896,7 +896,7 @@ through its msgpack-rpc API.")
 (define-public vim-guix-vim
   (package
     (name "vim-guix-vim")
-    (version "0.2.0")
+    (version "0.2.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -905,7 +905,7 @@ through its msgpack-rpc API.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1gsdjxf6f6zcjg5az78570b5m68lgsfn20ld16y7zbagwh51lj20"))))
+                "1fyfwsvv787al88lqjgqcgykav8pcf4xgj5d4i0j7wjcfb3mh1vw"))))
     (build-system copy-build-system)
     (arguments
      '(#:install-plan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]