me
/
guix
Archived
1
0
Fork 0

gnu: r-vim: Update to 5.1.1.

* gnu/packages/cran.scm (r-vim): Update to 5.1.1.
master
Ricardo Wurmus 2020-03-12 14:23:43 +01:00
parent 117270fb51
commit f7306e465e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5170,14 +5170,14 @@ specific S3-method.")
(define-public r-vim
(package
(name "r-vim")
(version "5.1.0")
(version "5.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "VIM" version))
(sha256
(base32
"09600piny3qrxrmh8844iwrvgrhwan1c3nlh6irqy1vjha2w4gb3"))))
"0w22ir0gvym7gqd6nw2j7w5ivlb3az1dkfxv33imimkb7c83056a"))))
(properties `((upstream-name . "VIM")))
(build-system r-build-system)
(propagated-inputs