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