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.1.1.


From: guix-commits
Subject: branch master updated: gnu: vim-guix-vim: Update to 0.1.1.
Date: Sun, 15 Nov 2020 14:19:56 -0500

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 ce18d88  gnu: vim-guix-vim: Update to 0.1.1.
ce18d88 is described below

commit ce18d88347de4239f5c8c7f8e547aff8db83203f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 15 20:34:01 2020 +0200

    gnu: vim-guix-vim: Update to 0.1.1.
    
    * gnu/packages/vim.scm (vim-guix-vim): Update to 0.1.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 24bd121..236bb97 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -800,7 +800,7 @@ through its msgpack-rpc API.")
 (define-public vim-guix-vim
   (package
     (name "vim-guix-vim")
-    (version "0.1")
+    (version "0.1.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -809,7 +809,7 @@ through its msgpack-rpc API.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1f8h8m96fqh3f9hy87spgh9kdqzyxl11n9s3rywvyq5xhn489bnk"))))
+                "10bfy0dgwizxr56b4272b7sqajpr6lnz332pzx055dis2zzjap8z"))))
     (build-system copy-build-system)
     (arguments
      '(#:install-plan



reply via email to

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