guix-commits
[Top][All Lists]
Advanced

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

42/98: gnu: r-rms: Update to 6.7-1.


From: guix-commits
Subject: 42/98: gnu: r-rms: Update to 6.7-1.
Date: Wed, 13 Sep 2023 18:06:22 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c4084fb9d5a32969a7f41bf78c7e0f7652cf647f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Sep 14 00:04:09 2023 +0200

    gnu: r-rms: Update to 6.7-1.
    
    * gnu/packages/cran.scm (r-rms): Update to 6.7-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 400538ed24..bc5bca8ce5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22440,13 +22440,13 @@ lspec, polyclass, and polymars.")
 (define-public r-rms
   (package
     (name "r-rms")
-    (version "6.7-0")
+    (version "6.7-1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "rms" version))
        (sha256
-        (base32 "1zxv7njzaxh6ivrxcszcn128pfxqyh5ga1q8kx6v5brfgv218flb"))))
+        (base32 "199xb98zxsbd8wa9g33bgrvbcpq79glnfmq060ic8f9vjw96r0qz"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-cluster



reply via email to

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