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 @@ real numbers.")
(define-public r-bgeecall (define-public r-bgeecall
(package (package
(name "r-bgeecall") (name "r-bgeecall")
(version "1.18.1") (version "1.20.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "BgeeCall" version)) (uri (bioconductor-uri "BgeeCall" version))
(sha256 (sha256
(base32 (base32
"1ipypkyfqx6mahiwl0gzdsi7z9j9cm5rgfw4ybgh6blfq8kg9qyk")))) "02k83a01fb4gydnw81j2vc3d1m92y0n44bskbdrlm7cb1zscvc13"))))
(properties `((upstream-name . "BgeeCall"))) (properties `((upstream-name . "BgeeCall")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
@ -23742,6 +23742,7 @@ real numbers.")
r-rslurm r-rslurm
r-rtracklayer r-rtracklayer
r-sjmisc r-sjmisc
r-txdbmaker
r-tximport)) r-tximport))
(native-inputs (list r-knitr)) (native-inputs (list r-knitr))
(home-page "https://github.com/BgeeDB/BgeeCall") (home-page "https://github.com/BgeeDB/BgeeCall")