guix-commits
[Top][All Lists]
Advanced

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

90/124: gnu: r-qtl: Update to 1.52.


From: guix-commits
Subject: 90/124: gnu: r-qtl: Update to 1.52.
Date: Wed, 10 Aug 2022 09:51:25 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8cc19bef26164dce12609881c5535ce04f7653c9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 10 12:20:13 2022 +0200

    gnu: r-qtl: Update to 1.52.
    
    * gnu/packages/cran.scm (r-qtl): Update to 1.52.
---
 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 d0aaab46c5..7cf9b26e55 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29726,14 +29726,14 @@ covariate (usually group indicator) and the scores.")
 (define-public r-qtl
   (package
     (name "r-qtl")
-    (version "1.50")
+    (version "1.52")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "qtl" version))
        (sha256
         (base32
-         "1mcy9wlp5lj5f3z4mf3n5li7x32vj67rmhjnzsp8fhfw0ipnaf1d"))))
+         "0q49g3ar1451whsl6ig7kz4mg8s9zxlcvgkj4ivyw4995wbwc2ij"))))
     (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]