mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-biocgenerics: Update to 0.34.0.
* gnu/packages/bioconductor.scm (r-biocgenerics): Update to 0.34.0.
This commit is contained in:
parent
bc217e4c0c
commit
2e15c16f1e
1 changed files with 2 additions and 2 deletions
|
@ -1185,13 +1185,13 @@ (define-public r-biocversion
|
|||
(define-public r-biocgenerics
|
||||
(package
|
||||
(name "r-biocgenerics")
|
||||
(version "0.32.0")
|
||||
(version "0.34.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocGenerics" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1np8y442zyakm4axpinbw1qsgc6wd3zjsnirbhc8lcii4ky9j0rn"))))
|
||||
"15nvqyh2gx5zkn1krbs5c4rhw5642bijdfsf2rgic70gzr05cksk"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocGenerics")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue