gnu: r-biocinstaller: Update to 1.28.0.

* gnu/packages/bioinformatics.scm (r-biocinstaller): Update to 1.28.0.
This commit is contained in:
Ricardo Wurmus 2017-11-06 21:35:12 +01:00
parent d61fc4e104
commit 3241461670
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6399,13 +6399,13 @@ packages.")
(define-public r-biocinstaller (define-public r-biocinstaller
(package (package
(name "r-biocinstaller") (name "r-biocinstaller")
(version "1.26.0") (version "1.28.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "BiocInstaller" version)) (uri (bioconductor-uri "BiocInstaller" version))
(sha256 (sha256
(base32 (base32
"0njw2q3lq1rrjx8qzw5d2130l72bmd3g2z8qlxqmkdcbmmgliyj2")))) "19fga27bv6q9v5mpil74y76lahmnwvpg2h33rdx1r79nvljkd19d"))))
(properties (properties
`((upstream-name . "BiocInstaller"))) `((upstream-name . "BiocInstaller")))
(build-system r-build-system) (build-system r-build-system)