~ruther/guix-local

c80a011a372d3703312ee564e6ce6874dced79f7 — Ricardo Wurmus 1 year, 2 months ago 2b3b9b5
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
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/bioconductor.scm
M gnu/packages/bioconductor.scm => gnu/packages/bioconductor.scm +3 -3
@@ 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