me
/
guix
Archived
1
0
Fork 0

gnu: r-biobase: Update to 2.46.0.

* gnu/packages/bioinformatics.scm (r-biobase): Update to 2.46.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -7599,13 +7599,13 @@ manipulating genomic intervals and variables defined along a genome.")
(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)