me
/
guix
Archived
1
0
Fork 0

gnu: r-tgp: Update to 2.4-22.

* gnu/packages/cran.scm (r-tgp): Update to 2.4-22.

Change-Id: I65274aa057b93fc8e98108953f8b7b3ee5f6a15d
Ricardo Wurmus 2023-12-15 12:16:42 +01:00
parent 96ce996cd4
commit 80c81c5b94
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3471,13 +3471,13 @@ data types as well.")
(define-public r-tgp
(package
(name "r-tgp")
(version "2.4-21")
(version "2.4-22")
(source (origin
(method url-fetch)
(uri (cran-uri "tgp" version))
(sha256
(base32
"12ifd7rm3wskhbpnhfvz92z3graxzryq0iy1jiqmdk6bvhxkiww8"))))
"0gpndjq2xiic6fb5187f4hgrqj3477pd83caajnw3yy9wan4vly6"))))
(properties `((upstream-name . "tgp")))
(build-system r-build-system)
(propagated-inputs (list r-maptree))