me
/
guix
Archived
1
0
Fork 0

gnu: r-lemon: Update to 0.4.9.

* gnu/packages/cran.scm (r-lemon): Update to 0.4.9.

Change-Id: I31e9a3ae0e1e40bbf7806f891b26a7be13d1d346
master
Ricardo Wurmus 2024-02-10 13:02:32 +01:00
parent 0310554a50
commit 5c23af774d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -22768,14 +22768,14 @@ can be used with function approximation, eligibility traces (Singh & Sutton,
(define-public r-lemon
(package
(name "r-lemon")
(version "0.4.7")
(version "0.4.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "lemon" version))
(sha256
(base32
"1r33n7bkfhjpyi23j7gsi387qvyazcy9b912dsd3vg2yqir8s26p"))))
"1yjam478s6sz1spggybb34akpmpgq8ybyrhzy3b1v9s1j81b6k87"))))
(build-system r-build-system)
(propagated-inputs
(list r-ggplot2