mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: r-biocgenerics: Update to 0.36.0.
* gnu/packages/bioconductor.scm (r-biocgenerics): Update to 0.36.0.
This commit is contained in:
parent
70ab99096d
commit
aa311eaa74
1 changed files with 2 additions and 2 deletions
|
@ -1190,13 +1190,13 @@ (define-public r-biocversion
|
||||||
(define-public r-biocgenerics
|
(define-public r-biocgenerics
|
||||||
(package
|
(package
|
||||||
(name "r-biocgenerics")
|
(name "r-biocgenerics")
|
||||||
(version "0.34.0")
|
(version "0.36.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
|
||||||
"15nvqyh2gx5zkn1krbs5c4rhw5642bijdfsf2rgic70gzr05cksk"))))
|
"1y9pgangz2f0n9v3zj8brz8bv7a1yjsncdnd5h1l7zv0c0j9fh9q"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "BiocGenerics")))
|
`((upstream-name . "BiocGenerics")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue