me
/
guix
Archived
1
0
Fork 0

gnu: vim-scheme: Update to 0.0.0-2.99af6be.

* gnu/packages/vim.scm (vim-scheme): Update to 0.0.0-2.99af6be.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Foo Chuan Wei 2021-10-12 13:31:20 +00:00 committed by Efraim Flashner
parent 4e208ef60d
commit 3f23b6771e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 7 additions and 7 deletions

View File

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