mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: r-biobase: Update to 2.46.0.
* gnu/packages/bioinformatics.scm (r-biobase): Update to 2.46.0.
This commit is contained in:
parent
de9ae3e7b1
commit
8d1c3666d7
1 changed files with 2 additions and 2 deletions
|
@ -7599,13 +7599,13 @@ (define-public r-genomicranges
|
|||
(define-public r-biobase
|
||||
(package
|
||||
(name "r-biobase")
|
||||
(version "2.44.0")
|
||||
(version "2.46.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Biobase" version))
|
||||
(sha256
|
||||
(base32
|
||||
"15yl92niqamx3lmwd11zlk0xniibqnh1gi280iadxicmchi83npc"))))
|
||||
"1gx41083dqlm59vwqdxvc4ny31x91j48mda9n3scg0f2zwasvqgl"))))
|
||||
(properties
|
||||
`((upstream-name . "Biobase")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue