gnu: r-biocviews: Update to 1.56.2.

* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.56.2.
This commit is contained in:
Ricardo Wurmus 2020-08-20 20:42:18 +02:00
parent b828c3ea90
commit e9128480d4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7511,13 +7511,13 @@ (define-public bioruby
(define-public r-biocviews
(package
(name "r-biocviews")
(version "1.56.1")
(version "1.56.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biocViews" version))
(sha256
(base32
"0zcx8gha3x3jc0ra6ii6wwq2vfsmffrrnilknbq8h5xjrl55m6ci"))))
"0kw0qfm1fw5yv2rbz6x23431rh0fnzj66f2bls7j285biyjmmx7w"))))
(properties
`((upstream-name . "biocViews")))
(build-system r-build-system)