me
/
guix
Archived
1
0
Fork 0

gnu: r-nmf: Update to 0.26.

* gnu/packages/bioconductor.scm (r-nmf): Update to 0.26.
master
Ricardo Wurmus 2023-03-21 12:14:32 +01:00
parent 088a3d4c34
commit 766479ca25
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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