[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/16: gnu: r-dimred: Update to 0.2.3.
From: |
guix-commits |
Subject: |
02/16: gnu: r-dimred: Update to 0.2.3. |
Date: |
Sat, 11 May 2019 06:05:44 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 7a67bca198da05dec0a46efa89d5a9c01e5e2c4d
Author: Ricardo Wurmus <address@hidden>
Date: Sat May 11 12:02:59 2019 +0200
gnu: r-dimred: Update to 0.2.3.
* gnu/packages/cran.scm (r-dimred): Update to 0.2.3.
---
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 e55adbf..4779e91 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2360,14 +2360,14 @@ the Kaplan-Meier and Aalen-Johansen methods.")
(define-public r-dimred
(package
(name "r-dimred")
- (version "0.2.2")
+ (version "0.2.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "dimRed" version))
(sha256
(base32
- "0ssy2qriiy6zdawriqcbl67qiq68ipml3frq7aqlq70r2fqyyw48"))))
+ "110d6y83ib1nfpxzmvkvb3fn3brskwkdbsk4dqrdrswrd4znxrg6"))))
(properties `((upstream-name . "dimRed")))
(build-system r-build-system)
(propagated-inputs
- branch master updated (41e09a1 -> 21ec924), guix-commits, 2019/05/11
- 01/16: gnu: r-regioner: Update to 1.16.1., guix-commits, 2019/05/11
- 02/16: gnu: r-dimred: Update to 0.2.3.,
guix-commits <=
- 03/16: gnu: r-ggrepel: Update to 0.8.1., guix-commits, 2019/05/11
- 04/16: gnu: r-processx: Update to 3.3.1., guix-commits, 2019/05/11
- 05/16: gnu: r-parsedate: Update to 1.2.0., guix-commits, 2019/05/11
- 10/16: gnu: r-bookdown: Update to 0.10., guix-commits, 2019/05/11
- 14/16: gnu: r-dt: Update to 0.6., guix-commits, 2019/05/11
- 06/16: gnu: r-fs: Update to 1.3.1., guix-commits, 2019/05/11
- 07/16: gnu: r-rcmdcheck: Update to 1.3.3., guix-commits, 2019/05/11
- 08/16: gnu: r-grimport2: Update to 0.1-5., guix-commits, 2019/05/11
- 09/16: gnu: r-future: Update to 1.13.0., guix-commits, 2019/05/11
- 11/16: gnu: r-styler: Update to 1.1.1., guix-commits, 2019/05/11