me
/
guix
Archived
1
0
Fork 0

gnu: r-gbm: Update to 2.1.9.

* gnu/packages/cran.scm (r-gbm): Update to 2.1.9.

Change-Id: I2612b6656545b092e8d3ea17c6cf355f5aa0466f
master
Ricardo Wurmus 2024-01-11 11:45:22 +01:00
parent 7ed2a46a3d
commit 309f042a29
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -24534,14 +24534,14 @@ graphics using Vega.")
(define-public r-gbm (define-public r-gbm
(package (package
(name "r-gbm") (name "r-gbm")
(version "2.1.8.1") (version "2.1.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "gbm" version)) (uri (cran-uri "gbm" version))
(sha256 (sha256
(base32 (base32
"02z85d7zp3i5x8r8q005hyw2rx1ck7lw81q7a3lqwraj8l95c94d")))) "1r5d8mkg4z14l3743h39r35r0qqjx5p40ixdkcc5iyjab0fzm24x"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-lattice r-survival)) (list r-lattice r-survival))