guix-commits
[Top][All Lists]
Advanced

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

101/212: gnu: r-rms: Update to 6.4-1.


From: guix-commits
Subject: 101/212: gnu: r-rms: Update to 6.4-1.
Date: Sat, 18 Feb 2023 14:01:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9bb154fe753cb57031705c4aaea30f39b9f4646e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:08:39 2023 +0100

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



reply via email to

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