gnu: r-biobase: Update to 2.52.0.
* gnu/packages/bioconductor.scm (r-biobase): Update to 2.52.0.
This commit is contained in:
parent
baaed6fd68
commit
8be5d4f6fc
1 changed files with 2 additions and 2 deletions
|
|
@ -2132,13 +2132,13 @@ paired-end data.")
|
||||||
(define-public r-biobase
|
(define-public r-biobase
|
||||||
(package
|
(package
|
||||||
(name "r-biobase")
|
(name "r-biobase")
|
||||||
(version "2.50.0")
|
(version "2.52.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Biobase" version))
|
(uri (bioconductor-uri "Biobase" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11kgc4flywlm3i18603558l8ksv91c24vkc5fnnbcd375i2dhhd4"))))
|
"1sg8w8860zhlz9s1pf75xa8asd2hyqsj13fh5xc37hf5yqdfkavr"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "Biobase")))
|
`((upstream-name . "Biobase")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
|
||||||
Reference in a new issue