gnu: r-biobase: Update to 2.58.0.

* gnu/packages/bioconductor.scm (r-biobase): Update to 2.58.0.
This commit is contained in:
zimoun 2022-11-17 03:50:08 +01:00 committed by Ricardo Wurmus
parent 822ad274c9
commit a0d2db2e08
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4482,13 +4482,13 @@ (define-public r-bamsignals
(define-public r-biobase
(package
(name "r-biobase")
(version "2.56.0")
(version "2.58.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "Biobase" version))
(sha256
(base32
"1mnxky78an079p60427cjvk4fzilp0xzy6b85fq274qvdcrz8jbv"))))
"0rp541nphbcya6kbk1nzrrb05g5m6pxb3yqz5cj873di9vsqlyfv"))))
(properties
`((upstream-name . "Biobase")))
(build-system r-build-system)