diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-08-26 12:17:03 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-08-26 12:17:03 +0200 |
commit | b70de89f2134a91b8dcd932ab9e1c8f84d3fa5a5 (patch) | |
tree | 71c251532b20c952ff7fbfcab14679df0e49cfca /gnu/packages | |
parent | a7b2b67fbc97d0e285f7ecacb07d87db326d204d (diff) | |
download | guix-b70de89f2134a91b8dcd932ab9e1c8f84d3fa5a5.tar guix-b70de89f2134a91b8dcd932ab9e1c8f84d3fa5a5.tar.gz |
gnu: r-omnipathr: Update to 3.12.3.
* gnu/packages/bioconductor.scm (r-omnipathr): Update to 3.12.3.
Change-Id: I8ecd13d0d28003bb4ceb54b2c011fe6e8162df66
Diffstat (limited to 'gnu/packages')
-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 37d6b47aa6..75b5566586 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -24819,13 +24819,13 @@ interest on transformed methylation proportions.") (define-public r-omnipathr (package (name "r-omnipathr") - (version "3.11.10") + (version "3.12.3") (source (origin (method url-fetch) (uri (bioconductor-uri "OmnipathR" version)) (sha256 - (base32 "1izy0ycrvac0k67dxq8879rbdghkrczd3s2g5v607js7bmfxybjz")))) + (base32 "17a8zyvqn3avr7dwy0gr3yb8zghplyjxm1yyp5plbw91yhk8f287")))) (properties `((upstream-name . "OmnipathR"))) (build-system r-build-system) (arguments |