gnu: r-biobase: Update to 2.52.0.

* gnu/packages/bioconductor.scm (r-biobase): Update to 2.52.0.
This commit is contained in:
Ricardo Wurmus 2021-06-05 08:49:41 +02:00
parent baaed6fd68
commit 8be5d4f6fc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2132,13 +2132,13 @@ (define-public r-bamsignals
(define-public r-biobase
(package
(name "r-biobase")
(version "2.50.0")
(version "2.52.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "Biobase" version))
(sha256
(base32
"11kgc4flywlm3i18603558l8ksv91c24vkc5fnnbcd375i2dhhd4"))))
"1sg8w8860zhlz9s1pf75xa8asd2hyqsj13fh5xc37hf5yqdfkavr"))))
(properties
`((upstream-name . "Biobase")))
(build-system r-build-system)