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:
Ricardo Wurmus 2024-08-16 20:53:48 +02:00
parent 2e65b4811e
commit 8bb976d4d6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")