mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02:00
gnu: r-biodb: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-biodb): Update to 1.16.0. [native-inputs]: Remove r-testthat. Change-Id: If9e15d02a34efe3fa0ae4e3e7061c36011e28003
This commit is contained in:
parent
2b3b9b5633
commit
c80a011a37
1 changed files with 3 additions and 3 deletions
|
@ -27695,14 +27695,14 @@ the Bioconductor project.")
|
|||
(define-public r-biodb
|
||||
(package
|
||||
(name "r-biodb")
|
||||
(version "1.14.0")
|
||||
(version "1.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "biodb" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1mkkj2x37n5j90g5ixh6jaz5gwd0fz35wqb4s1jlp4pvxhd8jyjj"))))
|
||||
"1xja9fl4yskqj2b51smddnpqgzi5i3w4ap18rwlpw9ci07rafyk5"))))
|
||||
(properties `((upstream-name . "biodb")))
|
||||
(build-system r-build-system)
|
||||
;; 83 tests fail; 1025 pass. Some of the failing tests attempt to
|
||||
|
@ -27730,7 +27730,7 @@ the Bioconductor project.")
|
|||
r-withr
|
||||
r-xml
|
||||
r-yaml))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://bioconductor.org/packages/biodb")
|
||||
(synopsis "Library for connecting to chemical and biological databases")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue