me
/
guix
Archived
1
0
Fork 0

gnu: r-biocparallel: Update to 1.6.6.

* gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.6.6.
master
Ricardo Wurmus 2016-09-12 15:15:39 +02:00
parent 10e479a7c0
commit 44f711dbe6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5597,13 +5597,13 @@ powerful online queries from gene annotation to database mining.")
(define-public r-biocparallel
(package
(name "r-biocparallel")
(version "1.6.3")
(version "1.6.6")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BiocParallel" version))
(sha256
(base32
"1gb3lpafhx9wi7wbjdvczdf837qq1arpymcr438jwx39biv9dwb4"))))
"1l39zmvhjlvlczrk5wal4y2s4g0b2kmaczgq5biah9qn45y474mw"))))
(properties
`((upstream-name . "BiocParallel")))
(build-system r-build-system)