gnu: r-biocviews: Update to 1.68.2.

* gnu/packages/bioconductor.scm (r-biocviews): Update to 1.68.2.
This commit is contained in:
Ricardo Wurmus 2023-08-28 22:11:22 +02:00
parent 55e0bd5c7a
commit 3602e0b41d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -18835,13 +18835,13 @@ (define-public r-biocstyle
(define-public r-biocviews
(package
(name "r-biocviews")
(version "1.68.1")
(version "1.68.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biocViews" version))
(sha256
(base32
"04rzrwxd9n4l3agmbkx03hhcmy2fx049q5n4glld46mvx3vjvc48"))))
"1icnaj1ifndym7nl1yafzd0y0fxyhzjyb4qzqpcnsqhh4yi3pnm5"))))
(properties
`((upstream-name . "biocViews")))
(build-system r-build-system)