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:
Ricardo Wurmus 2024-08-25 22:26:44 +02:00
parent 2f263df42f
commit 59d3f1ab3f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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