mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-tgp: Update to 2.4-22.1.
* gnu/packages/cran.scm (r-tgp): Update to 2.4-22.1. Change-Id: I588869f684458957940e08efaa21f1d6c608d3f3
This commit is contained in:
parent
2f263df42f
commit
59d3f1ab3f
1 changed files with 2 additions and 2 deletions
|
@ -4187,13 +4187,13 @@ (define-public r-tglkmeans
|
|||
(define-public r-tgp
|
||||
(package
|
||||
(name "r-tgp")
|
||||
(version "2.4-22")
|
||||
(version "2.4-22.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tgp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gpndjq2xiic6fb5187f4hgrqj3477pd83caajnw3yy9wan4vly6"))))
|
||||
"1jf4mr59qp169z00pxb4kc0484mg73hgcyajg9hisdxl02qs1m4r"))))
|
||||
(properties `((upstream-name . "tgp")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-maptree))
|
||||
|
|
Loading…
Reference in a new issue