gnu: r-runit: Update to 0.4.33.

* gnu/packages/statistics.scm (r-runit): Update to 0.4.33.

Change-Id: I0690643ff91f9ec7e41d1dba68d23eae1d981d8b
This commit is contained in:
Ricardo Wurmus 2024-02-26 12:25:14 +01:00
parent fe9bdd7ef7
commit 13fc90e284
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4989,14 +4989,14 @@ conversion of R objects to LaTeX code, and recoding variables.")
(define-public r-runit (define-public r-runit
(package (package
(name "r-runit") (name "r-runit")
(version "0.4.32") (version "0.4.33")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "RUnit" version)) (uri (cran-uri "RUnit" version))
(sha256 (sha256
(base32 (base32
"1wc1gwb7yw7phf8b0gkig6c23klya3ax11c6i4s0f049k42r78r3")))) "0pybwvd57vf71vvlxdrynw5n6s5gnbqnwvq0qpd395ggqypwb95j"))))
(properties `((upstream-name . "RUnit"))) (properties `((upstream-name . "RUnit")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/RUnit") (home-page "https://cran.r-project.org/web/packages/RUnit")