diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-05-28 23:56:04 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-05-28 23:56:04 +0200 |
commit | 7a8577717fa83ffa1115a7c019c7e86d1c5ff21c (patch) | |
tree | 3349c5dc78b51e09cd0af7262fbe0476163cfe98 | |
parent | 650e8defa0341315ed91f6141e226e815f103289 (diff) |
gnu: r-wgcna: Update to 1.68.
* gnu/packages/cran.scm (r-wgcna): Update to 1.68.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 627415e5d9..2fb923f00f 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -12946,14 +12946,14 @@ that accept short and long options.") (define-public r-wgcna (package (name "r-wgcna") - (version "1.67") + (version "1.68") (source (origin (method url-fetch) (uri (cran-uri "WGCNA" version)) (sha256 (base32 - "09387w85lxvwr8ax2i2h602b4dgfv4wbvsl9aj1q0b1vfs4rkk69")))) + "1s7gy5vd7x67hpgli8r7ba2z99w3psiyv5hqmrh94zw141dg210a")))) (properties `((upstream-name . "WGCNA"))) (build-system r-build-system) (propagated-inputs |