rekado pushed a commit to branch master
in repository guix.
commit acf6f7e0c35b3f6e8942c02d07bd2f8612410f01
Author: Ricardo Wurmus <[email protected]>
Date: Wed Oct 26 09:15:23 2016 +0200
gnu: r-impute: Update to 1.48.0.
* gnu/packages/bioinformatics.scm (r-impute): Update to 1.48.0.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index a74f588..eba1c0b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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)