me
/
guix
Archived
1
0
Fork 0

gnu: r-quickjsr: Update to 1.1.3.

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

Change-Id: I706114ebe18ebc754254ff59c34092472f8cbf0f
master
Ricardo Wurmus 2024-02-01 22:13:02 +01:00
parent 5c8059ca25
commit 50c84f8443
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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