guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/57: gnu: r-vim: Update to 6.1.1.


From: guix-commits
Subject: 11/57: gnu: r-vim: Update to 6.1.1.
Date: Mon, 26 Jul 2021 09:39:20 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit 5658dcc2f6d7585280ef23abdac4d6fa65cbc75f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 26 15:19:06 2021 +0200

    gnu: r-vim: Update to 6.1.1.
    
    * gnu/packages/cran.scm (r-vim): Update to 6.1.1.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c465091..57c378c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7072,14 +7072,14 @@ specific S3-method.")
 (define-public r-vim
   (package
     (name "r-vim")
-    (version "6.1.0")
+    (version "6.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "VIM" version))
        (sha256
         (base32
-         "1a8aw0ysaf0al95m2la2zx1p3g5mnwqx0x30br1s1dqqkfnv57hz"))))
+         "0fbpm6y3hhiw8srnbc38k19b859jcqzsh78ib8yvj86gck5av0bm"))))
     (properties `((upstream-name . "VIM")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]