3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-biocviews: Update to 1.64.0.

* gnu/packages/bioconductor.scm (r-biocviews): Update to 1.64.0.
This commit is contained in:
Ricardo Wurmus 2022-05-28 12:45:17 +02:00
parent 52a79b24b6
commit ad6185a57c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13009,13 +13009,13 @@ functionality.")
(define-public r-biocviews
(package
(name "r-biocviews")
(version "1.62.1")
(version "1.64.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biocViews" version))
(sha256
(base32
"1v6himzp546dpb990vv0nlya21w8x2x30137rsmahjzg942nzs9r"))))
"1lahla53awdqiglfiygbxg5pkzfabym7n5abgyp1nvqsvsj0g126"))))
(properties
`((upstream-name . "biocViews")))
(build-system r-build-system)