me
/
guix
Archived
1
0
Fork 0

gnu: r-quickjsr: Update to 1.0.7.

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

Change-Id: I72c408571ac6f5333c303311eb08b2a13bd63136
Ricardo Wurmus 2023-10-25 16:57:38 +02:00
parent 49b3b0f4be
commit 746e91bd8d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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