1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 03:51:53 +02: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:
Ricardo Wurmus
2024-09-07 14:40:01 +02:00
parent 872b9c0f14
commit fd50778076
+2 -2
View File
@@ -4246,13 +4246,13 @@ Chaitanya Swamy <doi:10.1145/2395116.2395117>.")
(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))