me
/
guix
Archived
1
0
Fork 0

gnu: r-impute: Update to 1.62.0.

* gnu/packages/bioinformatics.scm (r-impute): Update to 1.62.0.
master
Ricardo Wurmus 2020-06-12 16:16:03 +02:00
parent d9b23ec47c
commit e6df69a84d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8363,13 +8363,13 @@ genome data packages and support for efficient SNP representation.")
(define-public r-impute
(package
(name "r-impute")
(version "1.60.0")
(version "1.62.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "impute" version))
(sha256
(base32
"0igz1phjd1j9bg9z4kyy7j8v9bxi9sdwz4df26r51i2vavlbrf4q"))))
"161p6l1cp3wwdynkxwvg0yhrh6yv20brdlplw5w5mavn4hf1nm0h"))))
(native-inputs
`(("gfortran" ,gfortran)))
(build-system r-build-system)