diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-05-21 06:15:19 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-05-28 12:13:55 +0200 |
| commit | 6428f41b128723214167f531c212561ee7f602c6 (patch) | |
| tree | 024f8134f7bec3a782fb2e27a62feb415e282ce5 /gnu | |
| parent | d35ebc17e8776fc8827206e3c79a6faa6a1cef3f (diff) | |
gnu: r-quickjsr: Update to 1.10.0.
* gnu/packages/cran.scm (r-quickjsr): Update to 1.10.0.
Change-Id: I0a8276e0ff77c9d2b525d83b0dff82d033de578a
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index f0772dfbe49..e899ced22a7 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm | |||
| @@ -32123,13 +32123,13 @@ estimation problem.") | |||
| 32123 | (define-public r-quickjsr | 32123 | (define-public r-quickjsr |
| 32124 | (package | 32124 | (package |
| 32125 | (name "r-quickjsr") | 32125 | (name "r-quickjsr") |
| 32126 | (version "1.9.2") | 32126 | (version "1.10.0") |
| 32127 | (source (origin | 32127 | (source (origin |
| 32128 | (method url-fetch) | 32128 | (method url-fetch) |
| 32129 | (uri (cran-uri "QuickJSR" version)) | 32129 | (uri (cran-uri "QuickJSR" version)) |
| 32130 | (sha256 | 32130 | (sha256 |
| 32131 | (base32 | 32131 | (base32 |
| 32132 | "1q4x65zs3n4g3pwqbw177wyahi68rbxrknh1hj0hslpvih29kazh")))) | 32132 | "0w9hzf2b6iv71b4xpis2fx2pzs92jj0rj4xql334j2sbamgdd1q9")))) |
| 32133 | (properties `((upstream-name . "QuickJSR"))) | 32133 | (properties `((upstream-name . "QuickJSR"))) |
| 32134 | (build-system r-build-system) | 32134 | (build-system r-build-system) |
| 32135 | (native-inputs (list r-knitr r-tinytest)) | 32135 | (native-inputs (list r-knitr r-tinytest)) |
