gnu: r-v8: Update to 4.4.2.

* gnu/packages/cran.scm (r-v8): Update to 4.4.2.

Change-Id: Ib7943f0c2b513a055c9baa7611e690e0dbb74fb1
This commit is contained in:
Ricardo Wurmus 2024-02-16 23:19:47 +01:00
parent 7142f6df77
commit 21cbde4794
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -1942,14 +1942,14 @@ similar rank-based tests for equal probability distributions due to Neuhauser
(define-public r-v8
(package
(name "r-v8")
(version "4.4.1")
(version "4.4.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "V8" version))
(sha256
(base32
"129spn531m9arz7v8vyfsrvc69hg0w39fdnhjxrcrww37l9xcvav"))))
"0w4n794l4f7hwwjr83112zf3cjx72q6ak0fn45qm6pqg8brkbg77"))))
(properties
`((upstream-name . "V8")
(updater-extra-inputs . ("libnode"))))