mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-bgeecall: Update to 1.20.1.
* gnu/packages/bioconductor.scm (r-bgeecall): Update to 1.20.1. [propagated-inputs]: Add r-txdbmaker. Change-Id: Ia51c1ccdb0e49d8dc74a61f605f00c86718bc1f8
This commit is contained in:
parent
2e65b4811e
commit
8bb976d4d6
1 changed files with 3 additions and 2 deletions
|
@ -23720,14 +23720,14 @@ (define-public r-beclear
|
|||
(define-public r-bgeecall
|
||||
(package
|
||||
(name "r-bgeecall")
|
||||
(version "1.18.1")
|
||||
(version "1.20.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BgeeCall" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ipypkyfqx6mahiwl0gzdsi7z9j9cm5rgfw4ybgh6blfq8kg9qyk"))))
|
||||
"02k83a01fb4gydnw81j2vc3d1m92y0n44bskbdrlm7cb1zscvc13"))))
|
||||
(properties `((upstream-name . "BgeeCall")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -23742,6 +23742,7 @@ (define-public r-bgeecall
|
|||
r-rslurm
|
||||
r-rtracklayer
|
||||
r-sjmisc
|
||||
r-txdbmaker
|
||||
r-tximport))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://github.com/BgeeDB/BgeeCall")
|
||||
|
|
Loading…
Reference in a new issue