gnu: r-impute: Update to 1.52.0.

* gnu/packages/bioinformatics.scm (r-impute): Update to 1.52.0.
This commit is contained in:
Ricardo Wurmus 2017-11-06 21:41:20 +01:00
parent 0f948b116b
commit e6ce4bf00d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7376,13 +7376,13 @@ (define-public r-bsgenome-hsapiens-1000genomes-hs37d5
(define-public r-impute
(package
(name "r-impute")
(version "1.50.0")
(version "1.52.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "impute" version))
(sha256
(base32
"0va45vfixy3np549md87h3b3rbavm54gfnmnjhpr9hf02lll6zxs"))))
"0b8r4swvyx3cjcc2ky8yn0ncpzlbi1pgfsn3wpbjmhh7sqrffm2n"))))
(inputs
`(("gfortran" ,gfortran)))
(build-system r-build-system)