gnu: r-biocviews: Update to 1.66.0.

* gnu/packages/bioconductor.scm (r-biocviews): Update to 1.66.0.
This commit is contained in:
zimoun 2022-11-17 03:50:28 +01:00 committed by Ricardo Wurmus
parent dcb59af845
commit d87f979e28
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14978,13 +14978,13 @@ (define-public r-biocstyle
(define-public r-biocviews
(package
(name "r-biocviews")
(version "1.64.1")
(version "1.66.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biocViews" version))
(sha256
(base32
"0ixcx9qqpmwmnhml3klk5z075km8g2l4q0iqc1dbniga87qgyl38"))))
"1rgn0agw5m4y8838lxzq1r658h1pblaidmm444yfimjffa8znj23"))))
(properties
`((upstream-name . "biocViews")))
(build-system r-build-system)