mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: r-tgp: Update to 2.4-23.
* gnu/packages/cran.scm (r-tgp): Update to 2.4-23. Change-Id: I26f50c6093be85434130386affc0f2fada003c06
This commit is contained in:
parent
872b9c0f14
commit
fd50778076
1 changed files with 2 additions and 2 deletions
|
@ -4246,13 +4246,13 @@ (define-public r-tglkmeans
|
|||
(define-public r-tgp
|
||||
(package
|
||||
(name "r-tgp")
|
||||
(version "2.4-22.1")
|
||||
(version "2.4-23")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tgp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jf4mr59qp169z00pxb4kc0484mg73hgcyajg9hisdxl02qs1m4r"))))
|
||||
"074d2c88ydgmggz24hqkxb8sqvbcgf5d32dhcxwa79snv8br5aqd"))))
|
||||
(properties `((upstream-name . "tgp")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-maptree))
|
||||
|
|
Loading…
Reference in a new issue