gnu: r-biocmanager: Update to 1.30.9.

* gnu/packages/cran.scm (r-biocmanager): Update to 1.30.9.
This commit is contained in:
Ricardo Wurmus 2019-10-27 08:33:14 +01:00
parent 883f76b8da
commit b5d275104b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9020,14 +9020,14 @@ (define-public r-ncdf4
(define-public r-biocmanager
(package
(name "r-biocmanager")
(version "1.30.8")
(version "1.30.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "BiocManager" version))
(sha256
(base32
"0pqgb7j4aqpcp3bapl313rmyxxj3j96s9csip4f65444gjy5r2x2"))))
"1l9b2mr99nhpvk1wkd93397i0d6z4vvbq3zm8dk86gb1pfci26sx"))))
(properties `((upstream-name . "BiocManager")))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/BiocManager/")