mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
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 @@ (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)
|
||||
|
|
Loading…
Reference in a new issue