mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: r-qtl: Update to 1.38-4.
* gnu/packages/bioinformatics.scm (r-qtl): Update to 1.38-4.
This commit is contained in:
parent
1207a0c33e
commit
897092875e
1 changed files with 2 additions and 2 deletions
|
@ -4002,7 +4002,7 @@ (define-public r-genomation
|
|||
(define-public r-qtl
|
||||
(package
|
||||
(name "r-qtl")
|
||||
(version "1.37-11")
|
||||
(version "1.38-4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4010,7 +4010,7 @@ (define-public r-qtl
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0h20d36mww7ljp51pfs66xq33yq4b4fwq9nsh02dpmfhlaxgx1xi"))))
|
||||
"0rv9xhp8lyldpgwxqirhyjqvg07dr5x4x1x2jpyj37dada9ccyx3"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://rqtl.org/")
|
||||
(synopsis "R package for analyzing QTL experiments in genetics")
|
||||
|
|
Loading…
Reference in a new issue