guix-commits
[Top][All Lists]
Advanced

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

101/214: gnu: r-rms: Update to 6.3-0.


From: guix-commits
Subject: 101/214: gnu: r-rms: Update to 6.3-0.
Date: Sat, 28 May 2022 04:37:37 -0400 (EDT)

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

commit 1bfdcb8a5d5239e3980574fdb0a297d467eea3fd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:34 2022 +0200

    gnu: r-rms: Update to 6.3-0.
    
    * gnu/packages/cran.scm (r-rms): Update to 6.3-0.
---
 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 f22729af6a..8202b315cd 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17676,13 +17676,13 @@ lspec, polyclass, and polymars.")
 (define-public r-rms
   (package
     (name "r-rms")
-    (version "6.2-0")
+    (version "6.3-0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "rms" version))
        (sha256
-        (base32 "1di4xvsx0rwkr77nfqiysbg4qf699199xqil70i39d4zwfzqrm8h"))))
+        (base32 "1yfk800q4mgmrjkh0hqjkiv907sr1bi1jaigrj8l6pmg1mkynhbc"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-cluster



reply via email to

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