gnu: r-biocgenerics: Update to 0.28.0.
* gnu/packages/bioinformatics.scm (r-biocgenerics): Update to 0.28.0.
This commit is contained in:
parent
5c996cab4c
commit
2f28ffd81d
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue