guix-commits
[Top][All Lists]
Advanced

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

23/122: gnu: r-dimred: Update to 0.2.6.


From: guix-commits
Subject: 23/122: gnu: r-dimred: Update to 0.2.6.
Date: Wed, 10 Aug 2022 07:51:50 -0400 (EDT)

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

commit f5939b05b276e2b341efc9f25f8ccf36a77945a8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 10 12:19:57 2022 +0200

    gnu: r-dimred: Update to 0.2.6.
    
    * gnu/packages/cran.scm (r-dimred): Update to 0.2.6.
---
 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 82a16d0ff2..c99bc17050 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5336,14 +5336,14 @@ the Kaplan-Meier and Aalen-Johansen methods.")
 (define-public r-dimred
   (package
     (name "r-dimred")
-    (version "0.2.5")
+    (version "0.2.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "dimRed" version))
        (sha256
         (base32
-         "1z8fqdc8mslvfix8ngxs1y2yrvlanp5581hwp2nzldj6mk5kn15b"))))
+         "05zlkf6hjdqqr1sgw7ww9f17vjnsiqfaj9kvdvi146phh53v2zls"))))
     (properties `((upstream-name . "dimRed")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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