gnu: r-biocviews: Update to 1.54.0.

* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.54.0.
This commit is contained in:
Ricardo Wurmus 2019-12-15 15:15:30 +01:00
parent ef96154433
commit 74d59b6748
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7240,13 +7240,13 @@ (define-public bioruby
(define-public r-biocviews
(package
(name "r-biocviews")
(version "1.52.2")
(version "1.54.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biocViews" version))
(sha256
(base32
"0qwrsd9fcpkv7hhzy1scnj7ahdxi6cjary28kqk6b36gkzmnrw4r"))))
"0yn8jys1900d31haayz0ppqk5y79mwjajwp4alz6pln3dbs70f3g"))))
(properties
`((upstream-name . "biocViews")))
(build-system r-build-system)