gnu: r-genetics: Update to 1.3.8.1.3.
* gnu/packages/cran.scm (r-genetics): Update to 1.3.8.1.3.
This commit is contained in:
parent
5a3996538c
commit
ab8c8693c1
1 changed files with 2 additions and 2 deletions
|
|
@ -15462,14 +15462,14 @@ genetics of complex population dynamics.")
|
||||||
(define-public r-genetics
|
(define-public r-genetics
|
||||||
(package
|
(package
|
||||||
(name "r-genetics")
|
(name "r-genetics")
|
||||||
(version "1.3.8.1.2")
|
(version "1.3.8.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "genetics" version))
|
(uri (cran-uri "genetics" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1v0ylnia6c44v356dsmnkx6054vcxazpzsrdh3yph5ch5vg6gjrh"))))
|
"0lljxvz7nc6y2z303icphar2niir0i407w5cyhy2pwspd9gwkwpy"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-combinat" ,r-combinat)
|
`(("r-combinat" ,r-combinat)
|
||||||
|
|
|
||||||
Reference in a new issue