me
/
guix
Archived
1
0
Fork 0

gnu: r-vim: Update to 6.1.0.

* gnu/packages/cran.scm (r-vim): Update to 6.1.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

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