me
/
guix
Archived
1
0
Fork 0

gnu: r-biobase: Update to 2.52.0.

* gnu/packages/bioconductor.scm (r-biobase): Update to 2.52.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -2132,13 +2132,13 @@ paired-end data.")
(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)