mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-biocgenerics: Update to 0.30.0.
* gnu/packages/bioconductor.scm (r-biocgenerics): Update to 0.30.0.
This commit is contained in:
parent
3addf736d5
commit
81a1c45df5
1 changed files with 2 additions and 2 deletions
|
@ -841,13 +841,13 @@ (define-public r-hsmmsinglecell
|
|||
(define-public r-biocgenerics
|
||||
(package
|
||||
(name "r-biocgenerics")
|
||||
(version "0.28.0")
|
||||
(version "0.30.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocGenerics" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0cvpsrhg7sn7lpqgxvqrsagv6j7xj5rafq5xdjfd8zc4gxrs5rb8"))))
|
||||
"1n87686bg5nmpqdpzwv1h551dkbxp9wk6wbmzpkgm71qxnk2yv9f"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocGenerics")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue