1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-11 15:40:31 +02:00

gnu: r-wgcna: Update to 1.70-3.

* gnu/packages/bioconductor.scm (r-wgcna): Update to 1.70-3.
This commit is contained in:
Ricardo Wurmus
2021-03-09 21:37:45 +01:00
parent 7fffee5e34
commit ef8e4f4172

View File

@@ -8700,14 +8700,14 @@ routines.")
(define-public r-wgcna
(package
(name "r-wgcna")
(version "1.69")
(version "1.70-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "WGCNA" version))
(sha256
(base32
"022hkprnrafvggi8pkjffkvk1qlnibmbbxxrni00wkrdbga5589f"))))
"1m6b4a2xpb02c1ajndhk8qlqnhwxa7lkkwj6nzv3l618jy1kp15r"))))
(properties `((upstream-name . "WGCNA")))
(build-system r-build-system)
(propagated-inputs