gnu: r-impute: Update to 1.50.0.

* gnu/packages/bioinformatics.scm (r-impute): Update to 1.50.0.
This commit is contained in:
Roel Janssen 2017-04-28 10:45:10 +02:00
parent c54a702a28
commit 5999359f56
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 2 additions and 2 deletions

View File

@ -7023,13 +7023,13 @@ genome data packages and support for efficient SNP representation.")
(define-public r-impute
(package
(name "r-impute")
(version "1.48.0")
(version "1.50.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "impute" version))
(sha256
(base32
"1164zvnikbjd0ybdn9xwn520rlmdjd824vmhnl83zgv3v9lzp9bm"))))
"0va45vfixy3np549md87h3b3rbavm54gfnmnjhpr9hf02lll6zxs"))))
(inputs
`(("gfortran" ,gfortran)))
(build-system r-build-system)