gnu: r-biocinstaller: Update to 1.26.0.

* gnu/packages/bioinformatics.scm (r-biocinstaller): Update to 1.26.0.
This commit is contained in:
Roel Janssen 2017-04-28 10:32:58 +02:00
parent 28a5b3f2c6
commit 3bef15286a
No known key found for this signature in database
GPG key ID: C3EC1DCA843072E1

View file

@ -6048,13 +6048,13 @@ (define-public r-biocgenerics
(define-public r-biocinstaller
(package
(name "r-biocinstaller")
(version "1.24.0")
(version "1.26.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocInstaller" version))
(sha256
(base32
"0y1y5wmy6lzjqx3hdg15n91d417ccjj8dbvdkhmp99bs5aijwcpn"))))
"0njw2q3lq1rrjx8qzw5d2130l72bmd3g2z8qlxqmkdcbmmgliyj2"))))
(properties
`((upstream-name . "BiocInstaller")))
(build-system r-build-system)