mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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:
parent
1a19353ae1
commit
c1cff36f4c
1 changed files with 3 additions and 4 deletions
|
@ -15176,14 +15176,14 @@ (define-public r-biocor
|
|||
(define-public r-biocpkgtools
|
||||
(package
|
||||
(name "r-biocpkgtools")
|
||||
(version "1.14.1")
|
||||
(version "1.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocPkgTools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0akryshjdn227a8ir8r0lb59v060h58rhy5vjmdxax8p81ajzxkd"))))
|
||||
"1av7vnw6z9cw7j4d3vpi8mfs5h4pn4yr2wc8ybg7ad1d686ah845"))))
|
||||
(properties `((upstream-name . "BiocPkgTools")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -15203,11 +15203,10 @@ (define-public r-biocpkgtools
|
|||
r-rbgl
|
||||
r-readr
|
||||
r-rlang
|
||||
r-rorcid
|
||||
r-rvest
|
||||
r-stringr
|
||||
r-tibble
|
||||
r-tidyr
|
||||
r-tidyselect
|
||||
r-xml2))
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue