gnu: r-biocgenerics: Update to 0.26.0.

* gnu/packages/bioinformatics.scm (r-biocgenerics): Update to 0.26.0.
This commit is contained in:
Ricardo Wurmus 2018-06-02 11:47:15 +02:00
parent 9370b8ee9f
commit e5907a44e1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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