me
/
guix
Archived
1
0
Fork 0

gnu: r-quickjsr: Update to 1.1.0.

* gnu/packages/cran.scm (r-quickjsr): Update to 1.1.0.

Change-Id: Ic2fb19a11c781c25b63cc2ed1bf185201aca0fe8
master
Ricardo Wurmus 2024-01-23 08:26:11 +01:00
parent e2284fa77d
commit 617c41f418
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16498,13 +16498,13 @@ estimation problem.")
(define-public r-quickjsr
(package
(name "r-quickjsr")
(version "1.0.9")
(version "1.1.0")
(source (origin
(method url-fetch)
(uri (cran-uri "QuickJSR" version))
(sha256
(base32
"12a0m57kwn2k9j5k6vl8hb10081rydpz9rczc9hccdj9ky9wiv0k"))))
"1mkgj7ralipfpj7vwij6g9fyzzfp6yz8fnvd9078g63dn8g4lxby"))))
(properties `((upstream-name . "QuickJSR")))
(build-system r-build-system)
(propagated-inputs (list r-jsonlite r-r6 r-rcpp))