gnu: r-wgcna: Update to 1.72-1.
* gnu/packages/bioconductor.scm (r-wgcna): Update to 1.72-1.
This commit is contained in:
parent
7d01489a9f
commit
854fea4618
1 changed files with 2 additions and 2 deletions
|
@ -16855,14 +16855,14 @@ (define-public r-s4vectors
|
||||||
(define-public r-wgcna
|
(define-public r-wgcna
|
||||||
(package
|
(package
|
||||||
(name "r-wgcna")
|
(name "r-wgcna")
|
||||||
(version "1.71")
|
(version "1.72-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "WGCNA" version))
|
(uri (cran-uri "WGCNA" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"027pkc4pyn9bifqbjs05318gvlm06mffw016j50n59wfi2g39x91"))))
|
"1p3zsl5r6l5r6ylnrxmbxjpim5qgmncgdjcgn5j69rzk3rv85gqx"))))
|
||||||
(properties `((upstream-name . "WGCNA")))
|
(properties `((upstream-name . "WGCNA")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue