gnu: r-impute: Update to 1.58.0.

* gnu/packages/bioinformatics.scm (r-impute): Update to 1.58.0.
[inputs]: Move gfortran from here...
[native-inputs]: ...to here.
This commit is contained in:
Ricardo Wurmus 2019-05-05 23:51:04 +02:00
parent 2b4ac1d77e
commit 82d9340b0c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -8048,14 +8048,14 @@ genome data packages and support for efficient SNP representation.")
(define-public r-impute
(package
(name "r-impute")
(version "1.56.0")
(version "1.58.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "impute" version))
(sha256
(base32
"08z0pj1dz5iq967nwj67qyka7ir7m5an2ggv7bsrlz3apzfsla33"))))
(inputs
"144jb889979cv3il2zxqk724v3sj1wnzjm3lkspxcvk29dbb9q8j"))))
(native-inputs
`(("gfortran" ,gfortran)))
(build-system r-build-system)
(home-page "https://bioconductor.org/packages/impute")