guix-commits
[Top][All Lists]
Advanced

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

92/135: gnu: r-qtl: Update to 1.50.


From: guix-commits
Subject: 92/135: gnu: r-qtl: Update to 1.50.
Date: Wed, 3 Nov 2021 18:00:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f006a089915cdeef420ce46d2d8ae535d67bacd0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 1 20:44:49 2021 +0000

    gnu: r-qtl: Update to 1.50.
    
    * gnu/packages/cran.scm (r-qtl): Update to 1.50.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d2a5cae..7b68bd8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -28413,14 +28413,14 @@ covariate (usually group indicator) and the scores.")
 (define-public r-qtl
   (package
     (name "r-qtl")
-    (version "1.48-1")
+    (version "1.50")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "qtl" version))
        (sha256
         (base32
-         "098mgmfj8ndi8yipr9b3f6gbbh78cgp9j7y561nlnhrnyc8bsih9"))))
+         "1mcy9wlp5lj5f3z4mf3n5li7x32vj67rmhjnzsp8fhfw0ipnaf1d"))))
     (build-system r-build-system)
     (home-page "https://rqtl.org/";)
     (synopsis "R package for analyzing QTL experiments in genetics")



reply via email to

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