me
/
guix
Archived
1
0
Fork 0

gnu: r-quickjsr: Update to 1.0.8.

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

Change-Id: I5815d69165b2d7f635cb2a5f7f4a05a4e4f79dc0
Ricardo Wurmus 2023-12-15 12:16:54 +01:00
parent 3b7e441bdc
commit 613e155cc2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16267,13 +16267,13 @@ estimation problem.")
(define-public r-quickjsr
(package
(name "r-quickjsr")
(version "1.0.7")
(version "1.0.8")
(source (origin
(method url-fetch)
(uri (cran-uri "QuickJSR" version))
(sha256
(base32
"14wq7qymzrdbg3mhm4gk3vx1dr4yx8di8i2b10as4knnzr1w4q9i"))))
"10cyi8wja24j68wqmsphsr19h977hr6ffsxf339bfrvwdnigm5vn"))))
(properties `((upstream-name . "QuickJSR")))
(build-system r-build-system)
(propagated-inputs (list r-jsonlite r-r6 r-rcpp))