gnu: r-with-tests: Update to 4.3.2.

* gnu/packages/statistics.scm (r-with-tests): Update to 4.3.2.

Change-Id: Ifd949eb363582e533d629e573ea98c10edf127c3
This commit is contained in:
Ricardo Wurmus 2023-12-15 19:10:39 +01:00
parent fa0563e7fa
commit d5298c5e33
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -216,7 +216,7 @@ (define-public libxls
(define r-with-tests
(package
(name "r-with-tests")
(version "4.3.1")
(version "4.3.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cran/src/base/R-"
@ -224,7 +224,7 @@ (define r-with-tests
version ".tar.gz"))
(sha256
(base32
"16dswjcymzr2mj1vjwqdyjaa9d4isa1p6c9viihnyg02y4jbzl4d"))))
"0aj51j34q2b28y28xvlf0dwdj8vpnhjwpvqf7xm05s7fq857dxdk"))))
(build-system gnu-build-system)
(arguments
`(#:disallowed-references (,tzdata-for-tests)