gnu: r-vim: Update to 6.1.0.

* gnu/packages/cran.scm (r-vim): Update to 6.1.0.
This commit is contained in:
Ricardo Wurmus 2021-01-20 17:08:55 +01:00
parent 6251debe71
commit 73ca708d40
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6046,14 +6046,14 @@ (define-public r-prroc
(define-public r-vim
(package
(name "r-vim")
(version "6.0.0")
(version "6.1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "VIM" version))
(sha256
(base32
"0ddhca4v912q82rjpf1qld6i6g2c381g0v5b4hbnygr3lm6a7wiv"))))
"1a8aw0ysaf0al95m2la2zx1p3g5mnwqx0x30br1s1dqqkfnv57hz"))))
(properties `((upstream-name . "VIM")))
(build-system r-build-system)
(propagated-inputs