gnu: r-callr: Update to 3.7.3.

* gnu/packages/cran.scm (r-callr): Update to 3.7.3.
This commit is contained in:
Ricardo Wurmus 2022-11-29 15:22:01 +01:00
parent 7f678454e2
commit 2c3cc0d733
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -2443,14 +2443,14 @@ same time tries to group instances from the same class together.")
(define-public r-callr
(package
(name "r-callr")
(version "3.7.2")
(version "3.7.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "callr" version))
(sha256
(base32
"01q3b0w1cbrryvv1dwvnyd3j1f09xmhnwg1wskc51r3r4qhqmnhj"))))
"0knh5yxhxwjz96kbjrq524w4j8cac10k6mghhmblq79s0zgzwysn"))))
(build-system r-build-system)
(propagated-inputs
(list r-r6 r-processx))