mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-qtl2: Update to 0.30.
* gnu/packages/cran.scm (r-qtl2): Update to 0.30.
This commit is contained in:
parent
0874c5f906
commit
e9464e207d
1 changed files with 2 additions and 2 deletions
|
@ -31699,12 +31699,12 @@ (define-public r-qtl
|
|||
(define-public r-qtl2
|
||||
(package
|
||||
(name "r-qtl2")
|
||||
(version "0.28")
|
||||
(version "0.30")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "qtl2" version))
|
||||
(sha256
|
||||
(base32 "0ppc6dzlq77mppxc6bczai9gi40jrbxd1466y2cn2s8a4ah1jg9y"))))
|
||||
(base32 "0c9v5hwfmlchrdzdysvmi6dsxyclc15sqbp65l4x6zwpd0828h6c"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-data-table
|
||||
|
|
Loading…
Reference in a new issue