mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-biocgenerics: Update to 0.44.0.
* gnu/packages/bioconductor.scm (r-biocgenerics): Update to 0.44.0.
This commit is contained in:
parent
9e0e4bf347
commit
176e20a1f1
1 changed files with 2 additions and 2 deletions
|
@ -3094,13 +3094,13 @@ (define-public r-biocversion
|
|||
(define-public r-biocgenerics
|
||||
(package
|
||||
(name "r-biocgenerics")
|
||||
(version "0.42.0")
|
||||
(version "0.44.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BiocGenerics" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0iv9bnpw2hycndwbmjsszqfwrksz6dfr6qcz78jkssc9ldsgmdhc"))))
|
||||
"17dhr7vaph8dnvyklszyas7y8i64mxqxhnfhb6q3l47gq5if8645"))))
|
||||
(properties
|
||||
`((upstream-name . "BiocGenerics")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue