me
/
guix
Archived
1
0
Fork 0

gnu: r-qtl: Update to 1.66.

* gnu/packages/cran.scm (r-qtl): Update to 1.66.

Change-Id: Ibc1a9f614bb472129cddb4393ac0f17f52251526
Ricardo Wurmus 2023-12-15 12:17:05 +01:00
parent 783586ef62
commit 036ac0386f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -36108,14 +36108,14 @@ covariate (usually group indicator) and the scores.")
(define-public r-qtl (define-public r-qtl
(package (package
(name "r-qtl") (name "r-qtl")
(version "1.60") (version "1.66")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "qtl" version)) (uri (cran-uri "qtl" version))
(sha256 (sha256
(base32 (base32
"1bfqb5rz1qxrq8876d13m8zfsn88xn9xsymjkzvd8xka5kz5v7lf")))) "10fnc3ms97rdqsqxz5jpvg2cmrwmz69wjxxs3h65r1yhy94pssnl"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://rqtl.org/") (home-page "https://rqtl.org/")
(synopsis "R package for analyzing QTL experiments in genetics") (synopsis "R package for analyzing QTL experiments in genetics")