gnu: r-impute: Update to 1.48.0.

* gnu/packages/bioinformatics.scm (r-impute): Update to 1.48.0.
This commit is contained in:
Ricardo Wurmus 2016-10-26 09:15:23 +02:00
parent 3d74c04451
commit acf6f7e0c3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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