unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51157] [PATCH] gnu: vim-scheme: Update to commit 99af6be
@ 2021-10-12 13:31 Foo Chuan Wei
  2021-10-18 12:49 ` bug#51157: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Foo Chuan Wei @ 2021-10-12 13:31 UTC (permalink / raw)
  To: 51157

* gnu/packages/vim.scm (vim-scheme): Update to commit
  99af6befee8bc7d289a523064336474ae063cee3.
---
 gnu/packages/vim.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 92189b7094..1b70afeb34 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -391,26 +391,26 @@ trouble using them, because you do not have to remember each snippet name.")
     (license license:expat))))
 
 (define-public vim-scheme
-  (let ((commit "93827987c10f2d5dc519166a761f219204926d5f")
+  (let ((commit "99af6befee8bc7d289a523064336474ae063cee3")
         (revision "1"))
     (package
       (name "vim-scheme")
-      (version (string-append "0.0.0-" revision "." (string-take commit 7)))
+      (version (git-version "0.0.0" revision commit))
       (source
        (origin
          (method git-fetch)
          (uri (git-reference
                (url "http://git.foldling.org/vim-scheme.git")
                (commit commit)))
-         (file-name (string-append name "-" version "-checkout"))
+         (file-name (git-file-name name version))
          (sha256
           (base32
-           "1ynjr1109dxgj0lz261gmzz3wf5ap1m6j6hnvl3lcyv66a4y8pjv"))))
+           "0w9hnsxg92f1wd83rra0ss07zla7p2r44whr9rqs70hc0xm8ygd6"))))
       (build-system copy-build-system)
       (arguments
        '(#:install-plan
-         '(("after" "share/vim/vimfiles/")
-           ("ftplugin" "share/vim/vimfiles/")
+         '(("ftplugin" "share/vim/vimfiles/")
+           ("indent" "share/vim/vimfiles/")
            ("syntax" "share/vim/vimfiles/"))))
       (synopsis "Scheme syntax for Vim")
       (description

base-commit: 35aaf1fe10488ae9ed732fb2c383d09a70c109c0
-- 
2.25.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#51157: [PATCH] gnu: vim-scheme: Update to commit 99af6be
  2021-10-12 13:31 [bug#51157] [PATCH] gnu: vim-scheme: Update to commit 99af6be Foo Chuan Wei
@ 2021-10-18 12:49 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-10-18 12:49 UTC (permalink / raw)
  To: 51157-done

[-- Attachment #1: Type: text/plain, Size: 236 bytes --]

Thanks. Patch pushed.

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-18 13:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-12 13:31 [bug#51157] [PATCH] gnu: vim-scheme: Update to commit 99af6be Foo Chuan Wei
2021-10-18 12:49 ` bug#51157: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).