mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: vim-coqtail: Update to 1.7.1-1.d77080e.
* gnu/packages/vim.scm (vim-coqtail): Update to 1.7.1-1.d77080e. Change-Id: Ifea28105a394c50a78cc1afaa2fa0217fe0cf39b Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
6531c88cce
commit
ec031bbbf1
1 changed files with 4 additions and 4 deletions
|
@ -455,11 +455,11 @@ (define-public vim-context-filetype
|
|||
(license license:expat)))) ; ??? check again
|
||||
|
||||
(define-public vim-coqtail
|
||||
(let ((commit "dfe3939c9caff69d9af76bfd74f1a40fb7dc5609")
|
||||
(revision "0"))
|
||||
(let ((commit "d77080e17787afe9ad0366d86327658da36febbb")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "vim-coqtail")
|
||||
(version (git-version "1.7.0" revision commit))
|
||||
(version (git-version "1.7.1" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -468,7 +468,7 @@ (define-public vim-coqtail
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0av2m075n6z05ah9ndrgnp9s16yrz6n2lj0igd9fh3c5k41x5xks"))))
|
||||
"03qq50mas5dk3aj1rbv1f0x68rfa9b07cacj12sxp76sda9c0prz"))))
|
||||
(build-system vim-build-system)
|
||||
(arguments
|
||||
`(#:plugin-name "coqtail"
|
||||
|
|
Loading…
Reference in a new issue