me
/
guix
Archived
1
0
Fork 0

gnu: r-biobase: Update to 2.34.0.

* gnu/packages/bioinformatics.scm (r-biobase): Update to 2.34.0.
master
Ricardo Wurmus 2016-10-26 08:57:08 +02:00
parent 92a740afac
commit 464870caf7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6310,13 +6310,13 @@ manipulating genomic intervals and variables defined along a genome.")
(define-public r-biobase
(package
(name "r-biobase")
(version "2.32.0")
(version "2.34.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "Biobase" version))
(sha256
(base32
"0q4icv9n5rc2qfkv6k1wjhmfcpzcyr8f45m2z3xharbdv912kl1i"))))
"0js9j9wqls8f571ifl9ylllbb9a9hwf7b7drf2grwb1fl31ldazl"))))
(properties
`((upstream-name . "Biobase")))
(build-system r-build-system)