me
/
guix
Archived
1
0
Fork 0

gnu: r-prediction: Update to 0.3.18.

* gnu/packages/cran.scm (r-prediction): Update to 0.3.18.

Change-Id: I1a852a4f36bae0fb18ac6a6522c4039a0e8fcaf2
master
Ricardo Wurmus 2024-07-02 14:58:38 +02:00
parent 0436ae1a2c
commit eb06d2e43d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15262,14 +15262,14 @@ parse and convert strings into cases like snake or camel among others.")
(define-public r-prediction
(package
(name "r-prediction")
(version "0.3.17")
(version "0.3.18")
(source
(origin
(method url-fetch)
(uri (cran-uri "prediction" version))
(sha256
(base32
"09fwg3cv7s5mzlcnwp4a04h0ps9m5qlb533p1cpqlinwl72lj4dq"))))
"194p2zbypslkd7slnvqw2z456xxwfzjxd11dirhpffjcsizkgrnh"))))
(build-system r-build-system)
(propagated-inputs
(list r-data-table))