gnu: r-biocgenerics: Update to 0.24.0.

* gnu/packages/bioinformatics.scm (r-biocgenerics): Update to 0.24.0.
This commit is contained in:
Ricardo Wurmus 2017-11-06 21:34:55 +01:00
parent 704fe4d115
commit d61fc4e104
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6379,13 +6379,13 @@ barplots or heatmaps.")
(define-public r-biocgenerics (define-public r-biocgenerics
(package (package
(name "r-biocgenerics") (name "r-biocgenerics")
(version "0.22.0") (version "0.24.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
"0qbmz2qxwwi30xpxpvp2h1h7l494rbbz5d9pls5cfhqdv3wnpzsv")))) "03wxvhxyrhipbgcg83lqlfn7p9gbzzrnl48y0dq7303xgp232zai"))))
(properties (properties
`((upstream-name . "BiocGenerics"))) `((upstream-name . "BiocGenerics")))
(build-system r-build-system) (build-system r-build-system)