gnu: r-biocgenerics: Update to 0.30.0.

* gnu/packages/bioconductor.scm (r-biocgenerics): Update to 0.30.0.
master
Ricardo Wurmus 2019-05-05 23:52:35 +02:00
parent 3addf736d5
commit 81a1c45df5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -841,13 +841,13 @@ resulting in a complete gene expression profile for each cell.")
(define-public r-biocgenerics
(package
(name "r-biocgenerics")
(version "0.28.0")
(version "0.30.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocGenerics" version))
(sha256
(base32
"0cvpsrhg7sn7lpqgxvqrsagv6j7xj5rafq5xdjfd8zc4gxrs5rb8"))))
"1n87686bg5nmpqdpzwv1h551dkbxp9wk6wbmzpkgm71qxnk2yv9f"))))
(properties
`((upstream-name . "BiocGenerics")))
(build-system r-build-system)