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:
Ricardo Wurmus 2023-11-03 16:51:56 +01:00
parent 0b6f06b5bd
commit 0f171c8bce
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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