gnu: r-vim: Update to 6.1.1.

* gnu/packages/cran.scm (r-vim): Update to 6.1.1.
This commit is contained in:
Ricardo Wurmus 2021-07-26 15:19:06 +02:00
parent 76211cbc27
commit 1ba8c81f97
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

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