guix-commits
[Top][All Lists]
Advanced

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

58/295: gnu: r-qtl2: Update to 0.22-8.


From: guix-commits
Subject: 58/295: gnu: r-qtl2: Update to 0.22-8.
Date: Mon, 27 Jul 2020 06:25:20 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 54bb476670521e4af22541863cd8a308776593a6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jun 28 10:15:21 2020 +0300

    gnu: r-qtl2: Update to 0.22-8.
    
    * gnu/packages/bioinformatics.scm (r-qtl2): Update to 0.22-8.
    [source]: Download from cran.
---
 gnu/packages/bioinformatics.scm | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 30a5964..4b582a4 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8532,16 +8532,12 @@ two-dimensional genome scans.")
 (define-public r-qtl2
   (package
     (name "r-qtl2")
-    (version "0.20")
+    (version "0.22-8")
     (source (origin
-      (method git-fetch)
-      ;; Not yet available in cran.
-      (uri (git-reference
-             (url "https://github.com/rqtl/qtl2.git";)
-             (commit version)))
-      (file-name (git-file-name name version))
-      (sha256
-       (base32 "0l1asr28q25jzbwrbg5490962sg3y4sjrd0qf09p78ws1aq8vfs0"))))
+              (method url-fetch)
+              (uri (cran-uri "qtl2" version))
+              (sha256
+               (base32 
"07w74s7lyyrfa1l6q6v8sxnfaqwxb4w1x4wawcngf0hr1rwx9lda"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-data-table" ,r-data-table)



reply via email to

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