gnu: r-biocgenerics: Update to 0.28.0.

* gnu/packages/bioinformatics.scm (r-biocgenerics): Update to 0.28.0.
This commit is contained in:
Ricardo Wurmus 2018-11-07 11:59:53 +01:00
parent 5c996cab4c
commit 2f28ffd81d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7051,13 +7051,13 @@ barplots or heatmaps.")
(define-public r-biocgenerics (define-public r-biocgenerics
(package (package
(name "r-biocgenerics") (name "r-biocgenerics")
(version "0.26.0") (version "0.28.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "BiocGenerics" version)) (uri (bioconductor-uri "BiocGenerics" version))
(sha256 (sha256
(base32 (base32
"19qxhy2cd3pykkhzbb5q3crgaxf65cpzf2mkfsz16gqhi8flj72p")))) "0cvpsrhg7sn7lpqgxvqrsagv6j7xj5rafq5xdjfd8zc4gxrs5rb8"))))
(properties (properties
`((upstream-name . "BiocGenerics"))) `((upstream-name . "BiocGenerics")))
(build-system r-build-system) (build-system r-build-system)