gnu: r-biobase: Update to 2.40.0.

* gnu/packages/bioinformatics.scm (r-biobase): Update to 2.40.0.
This commit is contained in:
Ricardo Wurmus 2018-06-02 11:50:13 +02:00
parent e51afc63b7
commit 6fd71f1b6a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7388,13 +7388,13 @@ manipulating genomic intervals and variables defined along a genome.")
(define-public r-biobase (define-public r-biobase
(package (package
(name "r-biobase") (name "r-biobase")
(version "2.38.0") (version "2.40.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
"1cgm1ja1kp56zdlzyy9ggbkfn8r2vbsd4hncmz8g4hjd47fg18kg")))) "1iwds2a5ir29k19dbpynlc7nn836cw2gamchhgpi2jf2xar9m9jz"))))
(properties (properties
`((upstream-name . "Biobase"))) `((upstream-name . "Biobase")))
(build-system r-build-system) (build-system r-build-system)