mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-09 20:59:19 +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:
parent
087a97f8df
commit
7d91e3bed4
1 changed files with 2 additions and 2 deletions
|
@ -7899,13 +7899,13 @@ manipulating genomic intervals and variables defined along a genome.")
|
||||||
(define-public r-biobase
|
(define-public r-biobase
|
||||||
(package
|
(package
|
||||||
(name "r-biobase")
|
(name "r-biobase")
|
||||||
(version "2.46.0")
|
(version "2.48.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Biobase" version))
|
(uri (bioconductor-uri "Biobase" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gx41083dqlm59vwqdxvc4ny31x91j48mda9n3scg0f2zwasvqgl"))))
|
"13p3kgnxm7hbn8cy289kbhaiyfa6rxx7l1pbvajwqzbay3cxznqp"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "Biobase")))
|
`((upstream-name . "Biobase")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Add table
Reference in a new issue