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 @@ BLAST, KEGG, GenBank, MEDLINE and GO.")
(define-public r-biocviews (define-public r-biocviews
(package (package
(name "r-biocviews") (name "r-biocviews")
(version "1.52.2") (version "1.54.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "biocViews" version)) (uri (bioconductor-uri "biocViews" version))
(sha256 (sha256
(base32 (base32
"0qwrsd9fcpkv7hhzy1scnj7ahdxi6cjary28kqk6b36gkzmnrw4r")))) "0yn8jys1900d31haayz0ppqk5y79mwjajwp4alz6pln3dbs70f3g"))))
(properties (properties
`((upstream-name . "biocViews"))) `((upstream-name . "biocViews")))
(build-system r-build-system) (build-system r-build-system)