GNU bug report logs -
#51157
[PATCH] gnu: vim-scheme: Update to commit 99af6be
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 18 Oct 2021 15:49:30 +0300
with message-id <YW1tWsfFVlP1Z8Sh <at> 3900XT>
and subject line Re: [bug#51157] [PATCH] gnu: vim-scheme: Update to commit 99af6be
has caused the debbugs.gnu.org bug report #51157,
regarding [PATCH] gnu: vim-scheme: Update to commit 99af6be
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
51157: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51157
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Thanks. Patch pushed.
--
Efraim Flashner <efraim <at> 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
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 3 years and 212 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.