mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-wgcna: Update to 1.60.
* gnu/packages/bioinformatics.scm (r-wgcna): Update to 1.60.
This commit is contained in:
parent
c8a9b2bcbf
commit
4e0c847d59
1 changed files with 2 additions and 2 deletions
|
@ -8065,14 +8065,14 @@ (define-public r-mutationalpatterns
|
||||||
(define-public r-wgcna
|
(define-public r-wgcna
|
||||||
(package
|
(package
|
||||||
(name "r-wgcna")
|
(name "r-wgcna")
|
||||||
(version "1.51")
|
(version "1.60")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "WGCNA" version))
|
(uri (cran-uri "WGCNA" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hzvnhw76vwg8bl8x368f0c5szpwb8323bmrb3bir93i5bmfjsxx"))))
|
"16mxhwzhh5q48wmz1iba2r21cp0n0v8g11am4pi52iv6g0663ixl"))))
|
||||||
(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