gnu: r-biocgenerics: Update to 0.22.0.
* gnu/packages/bioinformatics.scm (r-biocgenerics): Update to 0.22.0.
This commit is contained in:
parent
795a604526
commit
28a5b3f2c6
1 changed files with 2 additions and 2 deletions
|
@ -6028,13 +6028,13 @@ barplots or heatmaps.")
|
||||||
(define-public r-biocgenerics
|
(define-public r-biocgenerics
|
||||||
(package
|
(package
|
||||||
(name "r-biocgenerics")
|
(name "r-biocgenerics")
|
||||||
(version "0.20.0")
|
(version "0.22.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
|
||||||
"06szdz7dfs1iyv5zdl4fjzad18nnf1zf3wvglc6c6yd9mrqlf7vk"))))
|
"0qbmz2qxwwi30xpxpvp2h1h7l494rbbz5d9pls5cfhqdv3wnpzsv"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "BiocGenerics")))
|
`((upstream-name . "BiocGenerics")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue