diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-28 19:01:43 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:28:07 +0200 |
commit | 04978d4592a5f5318c440abde5bc5d0a950d8e57 (patch) | |
tree | eb1251931561c6826573e99539c98409dbe6d842 /gnu | |
parent | b2a3e274ecba81fe532161ecfcf42c816bf14608 (diff) | |
download | guix-04978d4592a5f5318c440abde5bc5d0a950d8e57.tar guix-04978d4592a5f5318c440abde5bc5d0a950d8e57.tar.gz |
gnu: r-omnipathr: Update to 3.8.0.
* gnu/packages/bioconductor.scm (r-omnipathr): Update to 3.8.0.
Diffstat (limited to 'gnu')
-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 564b4acc48..2a3b2eeb22 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -20593,13 +20593,13 @@ interest on transformed methylation proportions.") (define-public r-omnipathr (package (name "r-omnipathr") - (version "3.5.25") + (version "3.8.0") (source (origin (method url-fetch) (uri (bioconductor-uri "OmnipathR" version)) (sha256 - (base32 "1a0d4vf8i45h1fifswx9lhk6fk0z8sxfnav35psz9kvmxxab9698")))) + (base32 "0r2nv3nbadnvqby7p5bdpl9fxjb30h0c8kjv1dkqqnhk5rbfl4hf")))) (properties `((upstream-name . "OmnipathR"))) (build-system r-build-system) (arguments |