diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 11:55:26 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 13:39:09 +0200 |
commit | 25d1df5764c538b893251cb88e647c9757449517 (patch) | |
tree | e074897b90d31b8700d925a80cd0b87da96b25db | |
parent | 89ef133ebd1d0f31de4167a48356481e19fe003a (diff) | |
download | patches-25d1df5764c538b893251cb88e647c9757449517.tar patches-25d1df5764c538b893251cb88e647c9757449517.tar.gz |
gnu: r-impute: Update to 1.54.0.
* gnu/packages/bioinformatics.scm (r-impute): Update to 1.54.0.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 7318e16b35..e7d191f27c 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7885,13 +7885,13 @@ genome data packages and support for efficient SNP representation.") (define-public r-impute (package (name "r-impute") - (version "1.52.0") + (version "1.54.0") (source (origin (method url-fetch) (uri (bioconductor-uri "impute" version)) (sha256 (base32 - "0b8r4swvyx3cjcc2ky8yn0ncpzlbi1pgfsn3wpbjmhh7sqrffm2n")))) + "1d3cpfaqlq2gnb3hsc2yhxwkrnbd7m6ifif32yp0ya0jr5brl4hr")))) (inputs `(("gfortran" ,gfortran))) (build-system r-build-system) |