me
/
guix
Archived
1
0
Fork 0

gnu: r-vim: Update to 6.2.2.

* gnu/packages/cran.scm (r-vim): Update to 6.2.2.
master
Ricardo Wurmus 2022-09-20 10:52:54 +02:00
parent b475e4b381
commit 9ef90c6d34
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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