me
/
guix
Archived
1
0
Fork 0

gnu: r-impute: Update to 1.56.0.

* gnu/packages/bioinformatics.scm (r-impute): Update to 1.56.0.
master
Ricardo Wurmus 2018-11-07 12:06:30 +01:00
parent 78ecdbc00a
commit d11bc259a8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8019,13 +8019,13 @@ genome data packages and support for efficient SNP representation.")
(define-public r-impute
(package
(name "r-impute")
(version "1.54.0")
(version "1.56.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "impute" version))
(sha256
(base32
"1d3cpfaqlq2gnb3hsc2yhxwkrnbd7m6ifif32yp0ya0jr5brl4hr"))))
"08z0pj1dz5iq967nwj67qyka7ir7m5an2ggv7bsrlz3apzfsla33"))))
(inputs
`(("gfortran" ,gfortran)))
(build-system r-build-system)