mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -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
|
(define-public r-qtl2
|
||||||
(package
|
(package
|
||||||
(name "r-qtl2")
|
(name "r-qtl2")
|
||||||
(version "0.28")
|
(version "0.30")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "qtl2" version))
|
(uri (cran-uri "qtl2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ppc6dzlq77mppxc6bczai9gi40jrbxd1466y2cn2s8a4ah1jg9y"))))
|
(base32 "0c9v5hwfmlchrdzdysvmi6dsxyclc15sqbp65l4x6zwpd0828h6c"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-data-table
|
(list r-data-table
|
||||||
|
|
Loading…
Reference in a new issue