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


From: guix-commits
Subject: branch master updated: gnu: vim-guix-vim: Update to 0.4.0.
Date: Tue, 23 May 2023 05:32:37 -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 3c33f7072a gnu: vim-guix-vim: Update to 0.4.0.
3c33f7072a is described below

commit 3c33f7072a190231183f90a463a429dbb0d3e8b9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 23 12:30:28 2023 +0300

    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.
---
 gnu/packages/vim.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index fa479f72f3..f928087e8a 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -950,16 +950,16 @@ a nested nvim process.")
 (define-public vim-guix-vim
   (package
     (name "vim-guix-vim")
-    (version "0.3.1")
+    (version "0.4.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                     (url "https://gitlab.com/Efraim/guix.vim";)
+                     (url "https://git.sr.ht/~efraim/guix.vim";)
                      (commit version)))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "080ni4z23qdr8rkrswjqfqfrrcnpn7qdgrg14glwji46wzvwxqyx"))))
+                "013yn2n2nsspk12bldkc9xn4z4kjx9rvracbllc8i1nngldckxd0"))))
     (build-system copy-build-system)
     (arguments
      '(#:install-plan
@@ -971,7 +971,7 @@ a nested nvim process.")
          ("ftplugin" "share/vim/vimfiles/")
          ("plugin" "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")
     (description "This package provides support for GNU Guix in Vim.")
     (license license:vim)))



reply via email to

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