gnu: r-nmf: Update to 0.25.

* gnu/packages/bioconductor.scm (r-nmf): Update to 0.25.
[propagated-inputs]: Remove r-pkgmaker; add r-codetools.
This commit is contained in:
Ricardo Wurmus 2022-11-29 15:21:54 +01:00
parent 993ef4af7e
commit 08fb5279a5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4216,18 +4216,19 @@ (define-public r-jetset
(define-public r-nmf
(package
(name "r-nmf")
(version "0.24.0")
(version "0.25")
(source
(origin
(method url-fetch)
(uri (cran-uri "NMF" version))
(sha256
(base32
"14yxra6in5c1md5nr75y8cdmh9pg0lxqabqflvlhgg1vbg9i2628"))))
"0kdl7yz4v7pms6y2lff4x5w7pwkx54488qx0v539qmvcbxv1if98"))))
(properties `((upstream-name . "NMF")))
(build-system r-build-system)
(propagated-inputs
(list r-cluster
r-codetools
r-biobase
r-biocmanager
r-bigmemory ; suggested
@ -4238,7 +4239,6 @@ (define-public r-nmf
r-foreach
r-ggplot2
r-gridbase
r-pkgmaker
r-rcolorbrewer
r-registry
r-reshape2