diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 12:46:50 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 23:19:45 +0200 |
commit | 6f31f4618a20d5702c08324cd61fa2ef72ac366d (patch) | |
tree | d84e08031b1adfed0198d7f18ca67b71975d3427 | |
parent | b1c215755a952bd058c97c885d159401887135da (diff) |
gnu: r-omnipathr: Update to 3.4.0.
* gnu/packages/bioconductor.scm (r-omnipathr): Update to 3.4.0.
[propagated-inputs]: Add r-withr.
-rw-r--r-- | gnu/packages/bioconductor.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 982902e210..f651b33ebe 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -15965,13 +15965,13 @@ interest on transformed methylation proportions.") (define-public r-omnipathr (package (name "r-omnipathr") - (version "3.2.8") + (version "3.4.0") (source (origin (method url-fetch) (uri (bioconductor-uri "OmnipathR" version)) (sha256 - (base32 "0vr16ar3rbjsfw4qz2g86lbhvmqwgq0vcahc6vrc4d9rdjxwg6sb")))) + (base32 "0vk0fv09j3ql78mzzhdxwxb2b83qqdz2qfd8wpp1vydmcx2vvgni")))) (properties `((upstream-name . "OmnipathR"))) (build-system r-build-system) (arguments @@ -16001,6 +16001,7 @@ interest on transformed methylation proportions.") r-tibble r-tidyr r-tidyselect + r-withr r-xml2 r-yaml)) (native-inputs (list r-knitr)) |