gnu: r-biobase: Update to 2.54.0.
* gnu/packages/bioconductor.scm (r-biobase): Update to 2.54.0.master
parent
e606add2e4
commit
918c08e20d
|
@ -2212,13 +2212,13 @@ paired-end data.")
|
||||||
(define-public r-biobase
|
(define-public r-biobase
|
||||||
(package
|
(package
|
||||||
(name "r-biobase")
|
(name "r-biobase")
|
||||||
(version "2.52.0")
|
(version "2.54.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
|
||||||
"1sg8w8860zhlz9s1pf75xa8asd2hyqsj13fh5xc37hf5yqdfkavr"))))
|
"0kar2kgaayp5l7xv9zcxj61l01m8jlwnppql6qf01wsz36dacgww"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "Biobase")))
|
`((upstream-name . "Biobase")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in New Issue