gnu: r-vim: Update to 6.2.2.
* gnu/packages/cran.scm (r-vim): Update to 6.2.2.
This commit is contained in:
parent
b475e4b381
commit
9ef90c6d34
1 changed files with 2 additions and 2 deletions
|
@ -8629,14 +8629,14 @@ (define-public r-prroc
|
|||
(define-public r-vim
|
||||
(package
|
||||
(name "r-vim")
|
||||
(version "6.1.1")
|
||||
(version "6.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "VIM" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fbpm6y3hhiw8srnbc38k19b859jcqzsh78ib8yvj86gck5av0bm"))))
|
||||
"1r0myxcx8y1a3fkf9ssk882f09snn2j6zilsygpld32hahn4k9xg"))))
|
||||
(properties `((upstream-name . "VIM")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue