gnu: r-biobase: Update to 2.46.0.

* gnu/packages/bioinformatics.scm (r-biobase): Update to 2.46.0.
This commit is contained in:
Ricardo Wurmus 2019-12-15 15:13:44 +01:00
parent de9ae3e7b1
commit 8d1c3666d7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)