gnu: r-biocpkgtools: Update to 1.16.0.

* gnu/packages/bioconductor.scm (r-biocpkgtools): Update to 1.16.0.
[propagated-inputs]: Remove r-tidyr and r-tidyselect.  Add r-rorcid.
This commit is contained in:
zimoun 2022-11-17 03:50:29 +01:00 committed by Ricardo Wurmus
parent 1a19353ae1
commit c1cff36f4c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15176,14 +15176,14 @@ (define-public r-biocor
(define-public r-biocpkgtools (define-public r-biocpkgtools
(package (package
(name "r-biocpkgtools") (name "r-biocpkgtools")
(version "1.14.1") (version "1.16.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "BiocPkgTools" version)) (uri (bioconductor-uri "BiocPkgTools" version))
(sha256 (sha256
(base32 (base32
"0akryshjdn227a8ir8r0lb59v060h58rhy5vjmdxax8p81ajzxkd")))) "1av7vnw6z9cw7j4d3vpi8mfs5h4pn4yr2wc8ybg7ad1d686ah845"))))
(properties `((upstream-name . "BiocPkgTools"))) (properties `((upstream-name . "BiocPkgTools")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
@ -15203,11 +15203,10 @@ (define-public r-biocpkgtools
r-rbgl r-rbgl
r-readr r-readr
r-rlang r-rlang
r-rorcid
r-rvest r-rvest
r-stringr r-stringr
r-tibble r-tibble
r-tidyr
r-tidyselect
r-xml2)) r-xml2))
(native-inputs (native-inputs
(list r-knitr)) (list r-knitr))