me
/
guix
Archived
1
0
Fork 0

gnu: r-biobase: Update to 2.50.0.

* gnu/packages/bioinformatics.scm (r-biobase): Update to 2.50.0.
master
zimoun 2020-10-30 15:58:44 +01:00 committed by Ricardo Wurmus
parent 7641dba3e6
commit 9103041d13
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8096,13 +8096,13 @@ manipulating genomic intervals and variables defined along a genome.")
(define-public r-biobase
(package
(name "r-biobase")
(version "2.48.0")
(version "2.50.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "Biobase" version))
(sha256
(base32
"13p3kgnxm7hbn8cy289kbhaiyfa6rxx7l1pbvajwqzbay3cxznqp"))))
"11kgc4flywlm3i18603558l8ksv91c24vkc5fnnbcd375i2dhhd4"))))
(properties
`((upstream-name . "Biobase")))
(build-system r-build-system)