mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-omnipathr: Update to 3.2.8.
* gnu/packages/bioconductor.scm (r-omnipathr): Update to 3.2.8.
This commit is contained in:
parent
2def20d3ae
commit
5acc125305
1 changed files with 2 additions and 2 deletions
|
@ -15235,13 +15235,13 @@ (define-public r-dmrseq
|
|||
(define-public r-omnipathr
|
||||
(package
|
||||
(name "r-omnipathr")
|
||||
(version "3.2.0")
|
||||
(version "3.2.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "OmnipathR" version))
|
||||
(sha256
|
||||
(base32 "1q89mxnp8cig9r1499g7fb9p9x9ryz1dmc3w6ps5ww9n6rl8jqk8"))))
|
||||
(base32 "0vr16ar3rbjsfw4qz2g86lbhvmqwgq0vcahc6vrc4d9rdjxwg6sb"))))
|
||||
(properties `((upstream-name . "OmnipathR")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue