me
/
guix
Archived
1
0
Fork 0

gnu: r-impute: Update to 1.52.0.

* gnu/packages/bioinformatics.scm (r-impute): Update to 1.52.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

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