mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: r-biobase: Update to 2.62.0.
* gnu/packages/bioconductor.scm (r-biobase): Update to 2.62.0. Change-Id: I8a2021b08985bc60854f452e2ea4506d16027534
This commit is contained in:
parent
0b6f06b5bd
commit
0f171c8bce
1 changed files with 2 additions and 2 deletions
|
@ -6349,13 +6349,13 @@ (define-public r-bamsignals
|
|||
(define-public r-biobase
|
||||
(package
|
||||
(name "r-biobase")
|
||||
(version "2.60.0")
|
||||
(version "2.62.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Biobase" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xjs5nxr3dffllp599hf0cx71a2czqmhf7zj2sp6rz06kcxib905"))))
|
||||
"0znkawzr3hgbp2dkdk30ziqa6ylbq2nf0xmz4vi089cw9763lxgg"))))
|
||||
(properties
|
||||
`((upstream-name . "Biobase")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue