me
/
guix
Archived
1
0
Fork 0

gnu: r-rhdf5: Update to 2.22.0.

* gnu/packages/bioinformatics.scm (r-rhdf5): Update to 2.22.0.
master
Ricardo Wurmus 2017-11-06 21:31:33 +01:00
parent 19e8929cbd
commit e6b332d43b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8288,13 +8288,13 @@ of gene-level counts.")
(define-public r-rhdf5
(package
(name "r-rhdf5")
(version "2.20.0")
(version "2.22.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "rhdf5" version))
(sha256
(base32
"1p6f5i6l44phl772a38x9cav2sya37bkqbkjzdc4pmyfzkv1j6hy"))))
"145858qg1xan6imxcbprzq3yn3mdf532aahdr6cibvdjg47hs4c1"))))
(build-system r-build-system)
(arguments
`(#:phases