~ruther/guix-local

802402ce77847e3526612e4aaf75e6b3bfe645f6 — Ricardo Wurmus 11 months ago d4e4abd
gnu: r-dimred: Update to 0.2.7.

* gnu/packages/cran.scm (r-dimred): Update to 0.2.7.

Change-Id: Ic067afcfc53959394547e437b14e491390b7c233
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 17104,14 17104,14 @@ the Kaplan-Meier and Aalen-Johansen methods.")
(define-public r-dimred
  (package
    (name "r-dimred")
    (version "0.2.6")
    (version "0.2.7")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "dimRed" version))
       (sha256
        (base32
         "05zlkf6hjdqqr1sgw7ww9f17vjnsiqfaj9kvdvi146phh53v2zls"))))
         "1ivx02cqn5xgvbck7sdiapd4b32spc4h4fsn6n4js4c979fv8sxa"))))
    (properties `((upstream-name . "dimRed")))
    (build-system r-build-system)
    (propagated-inputs