guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

99/265: gnu: r-gqtlstats: Update to 1.18.0.


From: guix-commits
Subject: 99/265: gnu: r-gqtlstats: Update to 1.18.0.
Date: Sun, 15 Dec 2019 09:40:13 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit cfa93a30b4981dbce9b41f172dcea6ec9f56098d
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:04:18 2019 +0100

    gnu: r-gqtlstats: Update to 1.18.0.
    
    * gnu/packages/bioinformatics.scm (r-gqtlstats): Update to 1.18.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 4c3b3a3..e78e3fa 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10252,14 +10252,14 @@ defining LD blocks.")
 (define-public r-gqtlstats
   (package
     (name "r-gqtlstats")
-    (version "1.16.0")
+    (version "1.18.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "gQTLstats" version))
        (sha256
         (base32
-         "17xadfn8qh1pwzlpcbds5wrjr9bzhsnmv90wffxmp02hq20qkrh5"))))
+         "1dly4p9r4231hf31xg1nzqiyvjbcfjljfmhb88ic1jxwnvniyv2f"))))
     (properties `((upstream-name . "gQTLstats")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]