gnu: r-nmf: Update to 0.26.
* gnu/packages/bioconductor.scm (r-nmf): Update to 0.26.master
parent
088a3d4c34
commit
766479ca25
|
@ -4902,14 +4902,14 @@ mapping.")
|
||||||
(define-public r-nmf
|
(define-public r-nmf
|
||||||
(package
|
(package
|
||||||
(name "r-nmf")
|
(name "r-nmf")
|
||||||
(version "0.25")
|
(version "0.26")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "NMF" version))
|
(uri (cran-uri "NMF" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kdl7yz4v7pms6y2lff4x5w7pwkx54488qx0v539qmvcbxv1if98"))))
|
"1h1fpjnj6vjvi9ygxpfxs8k5bhly0aflr54zj88khgzkylp5ci4d"))))
|
||||||
(properties `((upstream-name . "NMF")))
|
(properties `((upstream-name . "NMF")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue