me
/
guix
Archived
1
0
Fork 0

gnu: r-v8: Update to 4.4.1.

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

Change-Id: I326dd72db909935820e345e2f881994c55443c7e
Ricardo Wurmus 2023-12-15 12:16:41 +01:00
parent ca07e6e9e3
commit 59e89bf8e6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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