1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-11 04:04:08 +02:00

gnu: r-quickjsr: Update to 1.4.0.

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

Change-Id: Ib4542e87b5ace6f65fa067a13624f1857fed6881
This commit is contained in:
Ricardo Wurmus
2024-11-01 15:00:47 +01:00
parent fdc3ef8bd5
commit bbc98ea8a0
+2 -2
View File
@@ -18178,13 +18178,13 @@ estimation problem.")
(define-public r-quickjsr
(package
(name "r-quickjsr")
(version "1.3.1")
(version "1.4.0")
(source (origin
(method url-fetch)
(uri (cran-uri "QuickJSR" version))
(sha256
(base32
"1lcg437b93yvbk4q63m2sh8ih4p2b6505invmjbyqf58hip9sm8h"))))
"1fjlgfd13zqlqilr19h00glgaqq54z9mmg2f4dkml1dxw94dlp9l"))))
(properties `((upstream-name . "QuickJSR")))
(build-system r-build-system)
(native-inputs (list r-knitr))