me
/
guix
Archived
1
0
Fork 0

gnu: r-biocviews: Update to 1.68.2.

* gnu/packages/bioconductor.scm (r-biocviews): Update to 1.68.2.
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
1 changed files with 2 additions and 2 deletions

View File

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