diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 13:06:42 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:29 +0200 |
commit | 10cba6e840c7d8eb23bb91a70187eee062803130 (patch) | |
tree | ec27621a53eff38fdee4ef6473595ba40835c30b | |
parent | edabbba1a5c4196f605e1ba3f65462f809ff84dc (diff) |
gnu: r-cghcall: Update to 2.66.0.
* gnu/packages/bioconductor.scm (r-cghcall): Update to 2.66.0.
Change-Id: I14bced655bea4c34d9d97ffafdf7435c5bab9d91
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 808dee19b4..190696ea17 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -13538,12 +13538,12 @@ the @code{arrayCGH} packages.") (define-public r-cghcall (package (name "r-cghcall") - (version "2.64.0") + (version "2.66.0") (source (origin (method url-fetch) (uri (bioconductor-uri "CGHcall" version)) (sha256 - (base32 "1x2zfr40bm42zd1bljwpbz3cz1q23a3yy1g277lwsp78gxbn3zly")))) + (base32 "1gjd3ggiw93cwcacjb1472ia98aaapj9gln04v5pbwmp2r4xfcs7")))) (properties `((upstream-name . "CGHcall"))) (build-system r-build-system) (propagated-inputs |