gnu: r-dimred: Update to 0.2.2.
* gnu/packages/cran.scm (r-dimred): Update to 0.2.2.
This commit is contained in:
parent
c2e26dc156
commit
e21659c70b
1 changed files with 2 additions and 2 deletions
|
@ -1593,14 +1593,14 @@ (define-public r-prodlim
|
|||
(define-public r-dimred
|
||||
(package
|
||||
(name "r-dimred")
|
||||
(version "0.1.0")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "dimRed" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fasca5fsbrxdwv30hch7vb9snb844l7l8p5fjf239dq45xfy37v"))))
|
||||
"0ssy2qriiy6zdawriqcbl67qiq68ipml3frq7aqlq70r2fqyyw48"))))
|
||||
(properties `((upstream-name . "dimRed")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-drr" ,r-drr)))
|
||||
|
|
Loading…
Reference in a new issue