gnu: r-biobase: Update to 2.56.0.

* gnu/packages/bioconductor.scm (r-biobase): Update to 2.56.0.
This commit is contained in:
Ricardo Wurmus 2022-05-28 12:44:36 +02:00
parent 4d9011c00b
commit 70b29256f6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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