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:
Ricardo Wurmus 2024-09-07 14:40:01 +02:00
parent 872b9c0f14
commit fd50778076
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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))