me
/
guix
Archived
1
0
Fork 0

gnu: r-biocviews: Update to 1.66.0.

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

View File

@ -14978,13 +14978,13 @@ functionality.")
(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)