mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: vim-guix-vim: Update to 0.1.1.
* gnu/packages/vim.scm (vim-guix-vim): Update to 0.1.1.
This commit is contained in:
parent
06269abece
commit
ce18d88347
1 changed files with 2 additions and 2 deletions
|
@ -800,7 +800,7 @@ (define-public python2-pynvim
|
|||
(define-public vim-guix-vim
|
||||
(package
|
||||
(name "vim-guix-vim")
|
||||
(version "0.1")
|
||||
(version "0.1.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -809,7 +809,7 @@ (define-public vim-guix-vim
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1f8h8m96fqh3f9hy87spgh9kdqzyxl11n9s3rywvyq5xhn489bnk"))))
|
||||
"10bfy0dgwizxr56b4272b7sqajpr6lnz332pzx055dis2zzjap8z"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
'(#:install-plan
|
||||
|
|
Loading…
Reference in a new issue