gnu: r-biocgenerics: Update to 0.38.0.
* gnu/packages/bioconductor.scm (r-biocgenerics): Update to 0.38.0.
This commit is contained in:
parent
b05761a5a9
commit
7bac473d06
1 changed files with 2 additions and 2 deletions
|
@ -1341,13 +1341,13 @@ of Bioconductor.")
|
||||||
(define-public r-biocgenerics
|
(define-public r-biocgenerics
|
||||||
(package
|
(package
|
||||||
(name "r-biocgenerics")
|
(name "r-biocgenerics")
|
||||||
(version "0.36.1")
|
(version "0.38.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
|
||||||
"0x8cllriayrs99wd5l003iq6i28rb1mci23qcn13ga85578f5lz5"))))
|
"1kv7lzmyki3hi771v01nml1v1hzz8pyhqqv0xcdzqy354mlgx4m6"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "BiocGenerics")))
|
`((upstream-name . "BiocGenerics")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue