3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-biobase: Update to 2.48.0.

* gnu/packages/bioinformatics.scm (r-biobase): Update to 2.48.0.
This commit is contained in:
Ricardo Wurmus 2020-06-12 16:09:21 +02:00
parent 087a97f8df
commit 7d91e3bed4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7899,13 +7899,13 @@ manipulating genomic intervals and variables defined along a genome.")
(define-public r-biobase
(package
(name "r-biobase")
(version "2.46.0")
(version "2.48.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "Biobase" version))
(sha256
(base32
"1gx41083dqlm59vwqdxvc4ny31x91j48mda9n3scg0f2zwasvqgl"))))
"13p3kgnxm7hbn8cy289kbhaiyfa6rxx7l1pbvajwqzbay3cxznqp"))))
(properties
`((upstream-name . "Biobase")))
(build-system r-build-system)