gnu: r-biocinstaller: Update to 1.24.0.

* gnu/packages/bioinformatics.scm (r-biocinstaller): Update to 1.24.0.
This commit is contained in:
Ricardo Wurmus 2016-10-26 08:51:18 +02:00
parent f0b297e17b
commit 5c7b04e0c3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5873,13 +5873,13 @@ packages.")
(define-public r-biocinstaller
(package
(name "r-biocinstaller")
(version "1.22.3")
(version "1.24.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocInstaller" version))
(sha256
(base32
"02qkfq6f2b7v9klri6d1nv21r54bywv1zd5x47ka0jhhp946cqpr"))))
"0y1y5wmy6lzjqx3hdg15n91d417ccjj8dbvdkhmp99bs5aijwcpn"))))
(properties
`((upstream-name . "BiocInstaller")))
(build-system r-build-system)